|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="information-schema"> |
4 | 4 | <title>The Information Schema</title> |
@@ -5074,7 +5074,7 @@ ORDER BY c.ordinal_position; |
5074 | 5074 | </row> |
5075 | 5075 |
|
5076 | 5076 | <row> |
5077 | | - <entry><literal>view definition</literal></entry> |
| 5077 | + <entry><literal>view_definition</literal></entry> |
5078 | 5078 | <entry><type>character_data</type></entry> |
5079 | 5079 | <entry> |
5080 | 5080 | Query expression defining the view (null if the view is not |
|