Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 422f86a

Browse files
committed
Doc: add entry for pg_get_partkeydef().
Other pg_get_XXXdef() functions are documented, so it seems reasonable to include this as well. Ian Barwick Discussion: https://postgr.es/m/CAB8KJ=hb2QZXdgyrrRjPCw++DsrRcui4fKArWabQ+oij+2x=_w@mail.gmail.com
1 parent 434c6cd commit 422f86a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23718,6 +23718,23 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
2371823718
</para></entry>
2371923719
</row>
2372023720

23721+
<row>
23722+
<entry role="func_table_entry"><para role="func_signature">
23723+
<indexterm>
23724+
<primary>pg_get_partkeydef</primary>
23725+
</indexterm>
23726+
<function>pg_get_partkeydef</function> ( <parameter>table</parameter> <type>oid</type> )
23727+
<returnvalue>text</returnvalue>
23728+
</para>
23729+
<para>
23730+
Reconstructs the definition of a partitioned table's partition
23731+
key, in the form it would have in the <literal>PARTITION
23732+
BY</literal> clause of <command>CREATE TABLE</command>.
23733+
(This is a decompiled reconstruction, not the original text
23734+
of the command.)
23735+
</para></entry>
23736+
</row>
23737+
2372123738
<row>
2372223739
<entry role="func_table_entry"><para role="func_signature">
2372323740
<indexterm>

0 commit comments

Comments
 (0)