Thank you,
Richard Morrison
Sr. Software Engineer
ATX II, LLC
"In Rich We Trust!"
[EMAIL PROTECTED] wrote on 10/04/2005
01:33:06 PM:
> [EMAIL PROTECTED] wrote:
> >
> > pgAdmin reports a SQL error when attempting to add a bigserial
column to
> > an existing table.
>
> I checked this, it work
pgAdmin reports a SQL error when attempting
to add a bigserial column to an existing table.
server: CentOS 4.1 and Postgre 7.4
client: XP Sp 2 and pgAdmin 1.2.2
Adding the column produces this SQL
statement:
CREATE SEQUENCE public.tblenglish_in_trnas_id_seq;
ALTER TABLE tblenglish_in
ADD CO