Skip to content

Commit 5161e54

Browse files
committed
Merge of dump_stat contrib module
1 parent ea7ed4d commit 5161e54

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

contrib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SUBDIRS = \
1616
dblink \
1717
dict_int \
1818
dict_xsyn \
19+
dump_stat \
1920
earthdistance \
2021
file_fdw \
2122
fuzzystrmatch \

doc/src/sgml/dump_stat.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Note that the definition of the
2222
<link linkend="catalog-pg-statistic"><structname>pg_statistic</structname></link>
2323
table might change occasionally, which means that generated dump might be incompatible
24-
with future releases of PostgreSQL.
24+
with future releases of <productname>PostgreSQL</productname>.
2525
</para>
2626

2727
<sect2>
@@ -279,7 +279,8 @@ test=# SELECT anyarray_elemtype(array_in('{1,2,3}', 'int'::regtype, -1));
279279
<function>to_namespace</function> duplicates the behavior of
280280
the cast to the
281281
<link linkend="datatype-oid"><structname>regnamespace</structname></link>
282-
type, which is not present in the 9.4 release (and prior releases).
282+
type, which is not present in the
283+
<productname>PostgreSQL</productname> 9.4 release (and prior releases).
283284
This function returns the <literal>oid</> of the given schema.
284285
</para>
285286
</listitem>
@@ -301,4 +302,5 @@ test=# SELECT anyarray_elemtype(array_in('{1,2,3}', 'int'::regtype, -1));
301302
</listitem>
302303
</varlistentry>
303304
</variablelist>
305+
</sect2>
304306
</sect1>

0 commit comments

Comments
 (0)