OSDN Git Service

Unique and primary key constraints are both dumped using ALTER TABLE
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 04:50:51 +0000 (04:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 04:50:51 +0000 (04:50 +0000)
commita9f6c5b5c706d018de4c1d68dfcf7d714f720a7a
tree5fd5d92d0db33095275055031c7f782f92bc874f
parente6f02c8231f63a972b4dfbe93ee6fda1e1f5ebce
Unique and primary key constraints are both dumped using ALTER TABLE
statements.  Unique indexes with CREATE INDEX.

Basically, pg_constraint left outer'd to pg_index.

Rod Taylor
src/bin/pg_dump/pg_dump.c