File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -23718,6 +23718,23 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
23718
23718
</para></entry>
23719
23719
</row>
23720
23720
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
+
23721
23738
<row>
23722
23739
<entry role="func_table_entry"><para role="func_signature">
23723
23740
<indexterm>
You can’t perform that action at this time.
0 commit comments