diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2012-09-12 14:23:50 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2012-09-12 14:23:50 -0400 |
commit | 7c328a9b0455f6bf8c0d8695c06e2da6925f73d3 (patch) | |
tree | f21d55795fedba5244c153c9e4f066d0e56b6eee | |
parent | 1faf866acecaf354bc15a6948857ecd3000ba807 (diff) | |
download | postgresql-7c328a9b0455f6bf8c0d8695c06e2da6925f73d3.tar.gz postgresql-7c328a9b0455f6bf8c0d8695c06e2da6925f73d3.zip |
Fix catalog docs to reflect connoinherit change in 09ff76f.
Backpatch to 9.2.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 3bcd82cbdd3..f99919093ca 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2123,7 +2123,7 @@ </row> <row> - <entry><structfield>conisonly</structfield></entry> + <entry><structfield>connoinherit</structfield></entry> <entry><type>bool</type></entry> <entry></entry> <entry> |