On Mon, Dec 22, 2003 at 12:26:18 -0500, Jodi Kanter <[EMAIL PROTECTED]> wrote: > I missed a constraint the last time that I loaded my database. Can I add > an additional constraint without having to drop and rerun the table? > If not, can I do just that one table without having to do the entire schema? > Jodi
ALTER TABLE should allow you to do this. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html