diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2012-09-12 14:28:10 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2012-09-12 14:28:10 -0400 |
commit | 1bfd760c4fa973e54060b4cb0a0f31444300b5ca (patch) | |
tree | cec8c2cf838ce7e22f873ffa5285e3d38f41b512 | |
parent | 8a93fb0a852d6962b9e51bee22c2d7ff8f2b9e0b (diff) | |
download | postgresql-1bfd760c4fa973e54060b4cb0a0f31444300b5ca.tar.gz postgresql-1bfd760c4fa973e54060b4cb0a0f31444300b5ca.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 b00bcf0b6af..5f95046746f 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2036,7 +2036,7 @@ </row> <row> - <entry><structfield>conisonly</structfield></entry> + <entry><structfield>connoinherit</structfield></entry> <entry><type>bool</type></entry> <entry></entry> <entry> |