Re: [pgadmin-support] bigserial problem

2005-10-04 Thread rich . morrison
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-support] bigserial problem

2005-09-28 Thread rich . morrison
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