• Jan Wieck's avatar
    Changed the logic when a CAST is dumped according to discussion · a6790ce8
    Jan Wieck authored
    on pgsql-hackers.
    
    A cast is included in the dump output if any of the objects does
    not belong to a system namespace and all of the non-system namespace
    objects belong to dumped namespaces. System namespace is defined
    as nspname begins with "pg_".
    
    Jan
    a6790ce8
pg_dump.c 186 KB