Re: [pgadmin-support] bigserial problem

2005-10-04 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: > > I checked this, it works. Are you using the same program version that I am? It fails on my computer with the previously stated error. I'm using the US English, Win32, verion 1.2.2.0 build installed with the msi installer. No, I used CVS head, the 1.4beta1-to-

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

Re: [pgadmin-support] bigserial problem

2005-10-04 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: pgAdmin reports a SQL error when attempting to add a bigserial column to an existing table. I checked this, it works. Adding the column produces this SQL statement: CREATE SEQUENCE public.tblenglish_in_trnas_id_seq; ALTER TABLE tblenglish_in ADD COLUMN trnas_id

[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