pg_extprotocol
pg_extprotocol#
System table pg_extprotocol stores information about external protocol in OushuDB.
Table 1.pg_catalog.pg_extprotocol
Column |
Type |
references |
description |
|---|---|---|---|
ptcname |
name |
||
ptcreadfn |
oid |
||
ptcwritefn |
oid |
||
ptcvalidatorfn |
oid |
||
ptcowner |
oid |
||
ptctrusted |
bool |
||
ptcacl |
aclitem[] |