Documentation Index
Fetch the complete documentation index at: https://docs.oxla.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Thepg_relation_is_publishable() function is used to determine whether a specified relation (table) can be published in a
publication.
Syntax
The syntax for thepg_relation_is_publishable() function is as follows:
pg_relation_is_publishable(table_name_or_oid)
The function returns false for every existing table and NULL for any non-existing table.
Parameters
The following parameters are required to execute this function:table_name_or_oid: specifies the object identifier (OID) of a table or it’s name