Re: alter table

From: Maciej Piekielniak <piechcio(at)isb(dot)com(dot)pl>
To: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: alter table
Date: 2006-02-15 19:23:50
Message-ID: 963727612.20060215202350@isb.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello Andreas,

Wednesday, February 15, 2006, 7:54:28 PM, you wrote:
AK> test=# alter table xyz alter column id set default nextval('xyz_seq'), alter column foo set default '';

PGAdmin-SQL:

alter table xyz alter column id set default nextval('xyz_seq'), alter column foo set default '';

ERROR: syntax error at or near "," at character 63

--
Best regards,
Maciej mailto:piechcio(at)isb(dot)com(dot)pl

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Kretschmer 2006-02-15 19:27:00 Re: alter table
Previous Message Andreas Kretschmer 2006-02-15 18:54:28 Re: alter table