Skip to content
Snippets Groups Projects
Commit 32eef5ad authored by Bruce Momjian's avatar Bruce Momjian
Browse files

I've hacked up pg_dump so that it generates CONSTRAINT and CHECK

syntax that can be read back in with psql.  I did this by adding
a
 "-c" switch that controls moving the CONTSTRAINT statements inside
the CREATE TABLE statements and adding () around the CHECK arguments.
Here's diffs against the 6.3.2 version of pg_dump.c.

ccb
parent 8d8bcda2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment