8000 This patch fixes a small typo in information_schema.sgml. · postgrespro/postgres_cluster@6e6125d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e6125d

Browse files
committed
This patch fixes a small typo in information_schema.sgml.
Guillaume Lelarge
1 parent e3f1607 commit 6e6125d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.27 2006/09/05 21:08:34 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.28 2006/10/03 01:03:53 momjian Exp $ -->
22

33
<chapter id="information-schema">
44
<title>The Information Schema</title>
@@ -5074,7 +5074,7 @@ ORDER BY c.ordinal_position;
50745074
</row>
50755075

50765076
<row>
5077-
<entry><literal>view definition</literal></entry>
5077+
<entry><literal>view_definition</literal></entry>
50785078
<entry><type>character_data</type></entry>
50795079
<entry>
50805080
Query expression defining the view (null if the view is not

0 commit comments

Comments
 (0)
0