sql question - Mailing list pgsql-general

From chris markiewicz
Subject sql question
Date
Msg-id 00c801c028b6$c155d2c0$dbb846c6@cmarkiewicz
Whole thread Raw
List pgsql-general
hello

i just learned that some of the constraint altering functionality is not
completely implemented.  as a workaround, i selected all of the data from
that table into a temp table, dropped and recreated the table (with the
correct constraints), and now i want to re-insert the data.  can this be
done with a single sql stmt?

thanks
chris


pgsql-general by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Increased BLKSZ, but now pgsql seg-faults?
Next
From: "Adam Lang"
Date:
Subject: Re: sql question