pgsql: Document "relrewrite" at the top of heap_create_with_catalog() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Document "relrewrite" at the top of heap_create_with_catalog()
Date
Msg-id E1uRiHE-002C6t-2K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document "relrewrite" at the top of heap_create_with_catalog()

This parameter has been introduced in 325f2ec5557f, and it was not
documented contrary to all the other arguments of
heap_create_with_catalog().

Reviewed-by: Yugo Nagata <nagata@sraoss.co.jp>
Reviewed-by: Steven Niu <niushiji@gmail.com>
Discussion: https://postgr.es/m/aE--bmEv-gJUTH5v@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e1183953f0aee6b8040cd782a8af9996f5ca942

Modified Files
--------------
src/backend/catalog/heap.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Reorder protocol version option descriptions in libpq docs.
Next
From: Fujii Masao
Date:
Subject: pgsql: pg_dump: Allow pg_dump to dump the statistics for foreign tables