Function pgGetPublicationTables

  • Parameters

    Returns Setof<
        {
            from: {
                attrs: Int2Vector<0 | 1>;
                pubid: Oid<0 | 1>;
                qual: PgNodeTree<0 | 1>;
                relid: Oid<0 | 1>;
            };
        },
    >