|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.162 2003/07/30 22:56:23 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.163 2003/07/31 22:17:11 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -6847,11 +6847,12 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
|
6847 | 6847 | <function>pg_get_indexdef</function>,
|
6848 | 6848 | <function>pg_get_triggerdef</function>, and
|
6849 | 6849 | <function>pg_get_constraintdef</function> respectively
|
6850 |
| - reconstruct the creating command for a view, rule, index, or |
| 6850 | + reconstruct the creating command for a view, rule, index,trigger,or |
6851 | 6851 | constraint. (Note that this is a decompiled reconstruction, not
|
6852 | 6852 | the original text of the command.) Most of these come in two
|
6853 | 6853 | variants, one of which can optionally <quote>pretty-print</> the result.
|
6854 |
| - The pretty-printed form is more readable but is less likely to be |
| 6854 | + The pretty-printed format is more readable, but the default format is more |
| 6855 | + likely to be |
6855 | 6856 | interpreted the same way by future versions of <productname>PostgreSQL</>;
|
6856 | 6857 | avoid using pretty-printed output for dump purposes.
|
6857 | 6858 | Passing <literal>false</> for the pretty-print parameter yields the
|
|