]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 22 Apr 2004 08:34:13 +0000 (08:34 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 22 Apr 2004 08:34:13 +0000 (08:34 +0000)
doc/src/sgml/information_schema.sgml

index 8252f89c49bb3c146521a78ee8c56b0809cb3850..368fd95240bae256c80a0f2f1154a1f894bb0a14 100644 (file)
@@ -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>