mirror of
https://github.com/postgres/postgres.git
synced 2026-01-13 12:22:55 +03:00
pgindent run prior to branching v15.
pgperltidy and reformat-dat-files too. Not many changes.
This commit is contained in:
@@ -11676,8 +11676,9 @@
|
||||
{ oid => '6119', descr => 'get information of tables in a publication',
|
||||
proname => 'pg_get_publication_tables', prorows => '1000', proretset => 't',
|
||||
provolatile => 's', prorettype => 'record', proargtypes => 'text',
|
||||
proallargtypes => '{text,oid,int2vector,pg_node_tree}', proargmodes => '{i,o,o,o}',
|
||||
proargnames => '{pubname,relid,attrs,qual}', prosrc => 'pg_get_publication_tables' },
|
||||
proallargtypes => '{text,oid,int2vector,pg_node_tree}',
|
||||
proargmodes => '{i,o,o,o}', proargnames => '{pubname,relid,attrs,qual}',
|
||||
prosrc => 'pg_get_publication_tables' },
|
||||
{ oid => '6121',
|
||||
descr => 'returns whether a relation can be part of a publication',
|
||||
proname => 'pg_relation_is_publishable', provolatile => 's',
|
||||
|
||||
Reference in New Issue
Block a user