dblink_get_pkey
Synopsis
dblink_get_pkey(text relname) returns setof dblink_pkey_resultsDescription
Arguments
Return Value
CREATE TYPE dblink_pkey_results AS (position int, colname text);Examples
Last updated
Was this helpful?