alter table - Mailing list pgsql-sql

From Maciej Piekielniak
Subject alter table
Date
Msg-id 1113783300.20060215191156@isb.com.pl
Whole thread Raw
Responses Re: alter table  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: alter table  (Michael Glaesemann <grzm@myrealbox.com>)
List pgsql-sql
Hello ,

How can i modify few fields with alter?

ALTER TABLE fv_wystawione ALTER id_fv SET DEFAULT nextval('id_fv_seq'::text), ALTER imie SET DEFAULT '';  
 Syntax error in last line.
-- 
Best regards,Maciej                          mailto:piechcio@isb.com.pl



pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Modifying postgresql.org file
Next
From: Andreas Kretschmer
Date:
Subject: Re: alter table