pg_get_publication_tables(VARIADIC pubname text[], OUT pubid oid, OUT relid oid, OUT attrs int2vector, OUT qual pg_node_tree)


Description

get information of the tables that are part of the specified publications

Parameters

Name Type Mode
pubname text[] VARIADIC
pubid oid OUT
relid oid OUT
attrs int2vector OUT
qual pg_node_tree OUT

Definition