Commit c16fa67c authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent 139abc28
<!-- $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"> <chapter id="information-schema">
<title>The Information Schema</title> <title>The Information Schema</title>
...@@ -4128,7 +4128,7 @@ ORDER BY c.ordinal_position; ...@@ -4128,7 +4128,7 @@ ORDER BY c.ordinal_position;
<entry><literal>table_catalog</literal></entry> <entry><literal>table_catalog</literal></entry>
<entry><type>sql_identifier</type></entry> <entry><type>sql_identifier</type></entry>
<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) used by the view (always the current database)
</entry> </entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment