pgsql-server/src/bin/pg_dump pg_dump.c

From: wieck(at)svr1(dot)postgresql(dot)org (Jan Wieck)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Date: 2003-09-27 15:34:06
Message-ID: 20030927153406.3EFB8D1B4FF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: wieck(at)svr1(dot)postgresql(dot)org 03/09/27 12:34:06

Modified files:
src/bin/pg_dump: pg_dump.c

Log message:
Changed the logic when a CAST is dumped according to discussion
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-27 16:24:45 pgsql-server/ /configure /configure.in rc/Make ...
Previous Message Bruce Momjian 2003-09-27 15:32:48 pgsql-server/ /configure /configure.in rc/Make ...