diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-04-22 08:36:48 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-04-22 08:36:48 +0000 |
commit | c16fa67c87858e32a088074251a3ec4aefc1b1cb (patch) | |
tree | 48b327114520f381ddc9290244e06fd43fa81c9e /doc/src | |
parent | 139abc2896eb95b4a103d217ad99d0f6df2c2ce6 (diff) |
Fix typo
Diffstat (limited to 'doc/src')
-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 a46ae235bd4..0b8c8065945 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.15 2004/02/29 15:36:46 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.16 2004/04/22 08:36:48 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> |