From: Tom Lane Date: Thu, 31 Jul 2003 22:17:11 +0000 (+0000) Subject: Very minor editing. X-Git-Tag: REL7_4_BETA1~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a063d4b3ec5d74dad4cf65cdd1dd90e88c968d44;p=thirdparty%2Fpostgresql.git Very minor editing. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index dc06faacbb4..59d308913c3 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -6847,11 +6847,12 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); pg_get_indexdef, pg_get_triggerdef, and pg_get_constraintdef respectively - reconstruct the creating command for a view, rule, index, or + reconstruct the creating command for a view, rule, index, trigger, or constraint. (Note that this is a decompiled reconstruction, not the original text of the command.) Most of these come in two variants, one of which can optionally pretty-print the result. - The pretty-printed form is more readable but is less likely to be + The pretty-printed format is more readable, but the default format is more + likely to be interpreted the same way by future versions of PostgreSQL; avoid using pretty-printed output for dump purposes. Passing false for the pretty-print parameter yields the