Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita063d4b

Browse files
committed
Very minor editing.
1 parent1297126 commita063d4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -6847,11 +6847,12 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
68476847
<function>pg_get_indexdef</function>,
68486848
<function>pg_get_triggerdef</function>, and
68496849
<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
68516851
constraint. (Note that this is a decompiled reconstruction, not
68526852
the original text of the command.) Most of these come in two
68536853
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
68556856
interpreted the same way by future versions of <productname>PostgreSQL</>;
68566857
avoid using pretty-printed output for dump purposes.
68576858
Passing <literal>false</> for the pretty-print parameter yields the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp