diff options
author | Peter Eisentraut | 2004-04-22 08:34:13 +0000 |
---|---|---|
committer | Peter Eisentraut | 2004-04-22 08:34:13 +0000 |
commit | aee7612fa8f45e3c4a7a9c2a82ab0eb8a2cecad5 (patch) | |
tree | 03253886f5a90cca8e8edede735fa54f5638eefb | |
parent | 9b6319fdd0256c917eaaf906da56517308e142e8 (diff) |
Fix typo
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 8252f89c49b..368fd95240b 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.10.2.1 2003/11/04 05:43:33 ishii Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.10.2.2 2004/04/22 08:34:13 petere Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -4128,7 +4128,7 @@ ORDER BY c.ordinal_position; <entry><literal>table_catalog</literal></entry> <entry><type>sql_identifier</type></entry> <entry> - Name of the database that contains the table the table that is + Name of the database that contains the table that is used by the view (always the current database) </entry> </row> |