answer for: ALTER TABLE SET DEFAULT

From: Raphael Bauduin <raphael(dot)bauduin(at)be(dot)easynet(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: answer for: ALTER TABLE SET DEFAULT
Date: 2002-04-26 08:02:53
Message-ID: 20020426080253.GB13787@raphael
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Reading the SQL92 reference, I found the answer:

alter table contacts alter languageid set default 0;

Raph

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-04-26 14:55:39 Re: Strange behaviour
Previous Message Raphael Bauduin 2002-04-26 07:49:03 ALTER TABLE SET DEFAULT