[BUGS] Bug #551: alter table add field serial - does not create serial field

2002-01-04 Thread pgsql-bugs
wolfgang fuertbauer ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description alter table add field serial - does not create serial field Long Description altering an existing table and adding a field from type serial via >>alter table

[BUGS] Bug #552: src/backend/catalog/README

2002-01-04 Thread pgsql-bugs
Holger Krug ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description src/backend/catalog/README Long Description src/backend/catalog/README: tuples are in fact present. That is, only the variable-length portions of a catalog tuple are

[BUGS] ECPG bug in --help

2002-01-04 Thread Lee Kindness
Michael, hope you've had a good Christmas & all the best for the New Year... When you run 'ecpg --help' you get the following: -t turn on autocommit of transactions amongst the other options... Shouldn't this be OFF as per the documentation? Best regards, Lee. -- Lee Kindness,

Re: [BUGS] Bug #551: alter table add field serial - does not create

2002-01-04 Thread Bruce Momjian
Yes, this is a known bug: >From TODO list: o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence --- [EMAIL PROTECTED] wrote: > wolfgang fuertbauer ([EMAIL PROTECTED]) reports a bug with a severity of 3

Re: [BUGS] Bug #552: src/backend/catalog/README

2002-01-04 Thread Bruce Momjian
Thanks. README updated with "NULL". --- [EMAIL PROTECTED] wrote: > Holger Krug ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > src/backend/catal

Re: [BUGS] ECPG bug in --help

2002-01-04 Thread Bruce Momjian
Lee Kindness wrote: > Michael, hope you've had a good Christmas & all the best for the New > Year... > > When you run 'ecpg --help' you get the following: > > -t turn on autocommit of transactions > > amongst the other options... Shouldn't this be OFF as per the > documentation? I be

Re: [BUGS] ECPG bug in --help

2002-01-04 Thread Bruce Momjian
Lee Kindness wrote: > Michael, hope you've had a good Christmas & all the best for the New > Year... > > When you run 'ecpg --help' you get the following: > > -t turn on autocommit of transactions > > amongst the other options... Shouldn't this be OFF as per the > documentation? Look

[BUGS] Bug #553: Error Vacuuming and restoring a DataBase

2002-01-04 Thread pgsql-bugs
Miguel Juan ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Error Vacuuming and restoring a DataBase Long Description Hi. About two months ago I sent here a message reporting a error while vacuuming a large table (near a mill

Re: [BUGS] Bug #553: Error Vacuuming and restoring a DataBase

2002-01-04 Thread Tom Lane
[EMAIL PROTECTED] writes: > About two months ago I sent here a message reporting a error while > vacuuming a large table (near a million registers) with Postgresql > 7.1.2 and Tom Lane suggest to upgrade the version to 7.1.3 so I did it > on another computer but when I try to restore the database