|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.15 2004/02/29 15:36:46 neilc Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.16 2004/04/22 08:36:48 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="information-schema"> |
4 | 4 | <title>The Information Schema</title> |
@@ -4128,7 +4128,7 @@ ORDER BY c.ordinal_position; |
4128 | 4128 | <entry><literal>table_catalog</literal></entry> |
4129 | 4129 | <entry><type>sql_identifier</type></entry> |
4130 | 4130 | <entry> |
4131 | | - Name of the database that contains the tablethe tablethat is |
| 4131 | + Name of the database that contains the table that is |
4132 | 4132 | used by the view (always the current database) |
4133 | 4133 | </entry> |
4134 | 4134 | </row> |
|