• Philip Warner's avatar
    - Support for relkind = RELKIND_VIEW. · c74257e9
    Philip Warner authored
    - Use symbols for tests on relkind (ie. use RELKIND_VIEW, not 'v')
    - Fix bug in support for -b option (== --blobs).
    - Dump views as views (using 'create view').
    - Remove 'isViewRule' since we check the relkind when getting tables.
    - Now uses temp table 'pgdump_oid' rather than 'pg_dump_oid' (errors otherwise).
    - Added extra param for specifying handling of OID=0 and which typename to output.
    - Fixed bug in SQL scanner when SQL contained braces. (in rules)
    - Use format_type function wherever possible
    c74257e9
pg_backup_archiver.h 9.75 KB