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

Commit554c5fe

Browse files
committed
\copy example
1 parente11d892 commit554c5fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎doc/src/sgml/dump_stat.sgml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ ins as (
6363
AND to_attnum(relname, attname) IS NOT NULL
6464
AND to_atttype(relname, attname) = atttype)
6565
INSERT INTO pg_catalog.pg_statistic SELECT * FROM ins;
66+
</screen>
67+
</para>
68+
69+
<para>
70+
Produced statements could be saved to a file, e.g.
71+
<screen>
72+
\COPY (select dump_statistic()) TO 'dump_stat.sql'
6673
</screen>
6774
</para>
6875
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp