alter table

From: Maciej Piekielniak <piechcio(at)isb(dot)com(dot)pl>
To: pgsql-sql(at)postgresql(dot)org
Subject: alter table
Date: 2006-02-15 18:11:56
Message-ID: 1113783300.20060215191156@isb.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)isb(dot)com(dot)pl

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Kretschmer 2006-02-15 18:54:28 Re: alter table
Previous Message Alvaro Herrera 2006-02-15 17:38:52 Re: Modifying postgresql.org file