mirror of https://github.com/postgres/postgres
This patch fixes a small typo in information_schema.sgml.
Guillaume Lelarge
This commit is contained in:
parent
e3f1607cf8
commit
6e6125dc69
|
@ -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">
|
<chapter id="information-schema">
|
||||||
<title>The Information Schema</title>
|
<title>The Information Schema</title>
|
||||||
|
@ -5074,7 +5074,7 @@ ORDER BY c.ordinal_position;
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>view definition</literal></entry>
|
<entry><literal>view_definition</literal></entry>
|
||||||
<entry><type>character_data</type></entry>
|
<entry><type>character_data</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Query expression defining the view (null if the view is not
|
Query expression defining the view (null if the view is not
|
||||||
|
|
Loading…
Reference in New Issue