]> granicus.if.org Git - postgresql/commitdiff
This patch fixes a small typo in information_schema.sgml.
authorBruce Momjian <bruce@momjian.us>
Tue, 3 Oct 2006 01:03:53 +0000 (01:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 3 Oct 2006 01:03:53 +0000 (01:03 +0000)
Guillaume Lelarge

doc/src/sgml/information_schema.sgml

index 544b811c546a6bff245534a40c3b34f7a6768468..61293b63d24441093664fc03850bb6221baf404a 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.27 2006/09/05 21:08:34 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.28 2006/10/03 01:03:53 momjian Exp $ -->
 
 <chapter id="information-schema">
  <title>The Information Schema</title>
@@ -5074,7 +5074,7 @@ ORDER BY c.ordinal_position;
      </row>
 
      <row>
-      <entry><literal>view definition</literal></entry>
+      <entry><literal>view_definition</literal></entry>
       <entry><type>character_data</type></entry>
       <entry>
        Query expression defining the view (null if the view is not