File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 67
67
foreign tables using the wrapper.
68
68
The validator function must be registered as taking two arguments, a
69
69
text array containing the options to be validated, and an OID
70
- representing the type of object the options are associated with (in
71
- the form of the OID of the system catalog the object would be stored
72
- in, either
73
- <literal>ForeignDataWrapperRelationId</literal>,
74
- <literal>ForeignServerRelationId</literal>,
75
- <literal>UserMappingRelationId</literal>,
76
- or <literal>ForeignTableRelationId</literal>).
70
+ representing the type of object the options are associated with. The
71
+ latter corresponds to the OID of the system catalog the object
72
+ would be stored in, one of:
73
+ <itemizedlist spacing="compact">
74
+ <listitem><para><literal>AttributeRelationId</literal></para></listitem>
75
+ <listitem><para><literal>ForeignDataWrapperRelationId</literal></para></listitem>
76
+ <listitem><para><literal>ForeignServerRelationId</literal></para></listitem>
77
+ <listitem><para><literal>ForeignTableRelationId</literal></para></listitem>
78
+ <listitem><para><literal>UserMappingRelationId</literal></para></listitem>
79
+ </itemizedlist>
77
80
If no validator function is supplied, options are not checked at object
78
81
creation time or object alteration time.
79
82
</para>
You can’t perform that action at this time.
0 commit comments