Re: [ADMIN] default value

2003-06-12 Thread Tom Lane
"Nathalie Boulos" <[EMAIL PROTECTED]> writes: > When i insert a value into a field in the table directly, all the other > fields take their default values normaly, but the problem is if i insert > into the rule and not into the table, all the fields who has default values > do not take them. tho

[ADMIN] default value

2003-06-12 Thread Nathalie Boulos
Hi, i have a problem with the default value: When i insert a value into a field in the table directly, all the other fields take their default values normaly, but the problem is if i insert into the rule and not into the table, all the fields who has default values do not take them. those fiel

Re: [ADMIN] Default value after table create

2002-06-21 Thread Florian Helmberger
Hi.   alter table alter column add default ;   Cheers,Florian -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of RobsonSent: Friday, June 21, 2002 2:13 PMTo: [EMAIL PROTECTED]Subject: [ADMIN] Default value after table createImportance

[ADMIN] Default value after table create

2002-06-21 Thread Robson
      With set default value, after  table create ?       with pgAdmin II , psql, or etc...       Regards,       Robson