diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-10-03 01:03:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-10-03 01:03:53 +0000 |
commit | 6e6125dc692f71a3c718e9648674068de2ea88df (patch) | |
tree | a0ad128f344b3ee82a21fcbeb3f334993e29bc20 | |
parent | e3f1607cf89ba43d5c5c4a74a8e414aeaeb15800 (diff) | |
download | postgresql-6e6125dc692f71a3c718e9648674068de2ea88df.tar.gz postgresql-6e6125dc692f71a3c718e9648674068de2ea88df.zip |
This patch fixes a small typo in information_schema.sgml.
Guillaume Lelarge
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 544b811c546..61293b63d24 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -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 |