sql question

From: "chris markiewicz" <cmarkiew(at)commnav(dot)com>
To: "Postgres \(E-mail\)" <pgsql-general(at)postgresql(dot)org>
Subject: sql question
Date: 2000-09-27 19:11:34
Message-ID: 00c801c028b6$c155d2c0$dbb846c6@cmarkiewicz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Adam Lang 2000-09-27 19:20:33 Re: sql question
Previous Message Mitch Vincent 2000-09-27 19:04:12 Re: Increased BLKSZ, but now pgsql seg-faults?