Re: [HACKERS] Re: [SQL] renaming columns... danger?

2001-01-06 Thread Philip Warner
At 15:15 7/01/01 +0900, Tatsuo Ishii wrote: >> As for the latest CVS source, it looks still we have problems >> regarding alter table rename column and pg_dump as Grant has >> mentioned. Results of pg_dump is attached. > >Sorry, an attachmet was missing. > I can reproduce this in 7.0.2 as well;

Re: [HACKERS] Re: [SQL] renaming columns... danger?

2001-01-06 Thread Tatsuo Ishii
> As for the latest CVS source, it looks still we have problems > regarding alter table rename column and pg_dump as Grant has > mentioned. Results of pg_dump is attached. Sorry, an attachmet was missing. aaa.gz

Re: [HACKERS] Re: [SQL] renaming columns... danger?

2001-01-06 Thread Tatsuo Ishii
As for the latest CVS source, it looks still we have problems regarding alter table rename column and pg_dump as Grant has mentioned. Results of pg_dump is attached. test=# create table a ( aa serial primary key ); NOTICE: CREATE TABLE will create implicit sequence 'a_aa_seq' for SERIAL column

[HACKERS] Re: [SQL] renaming columns... danger?

2000-10-28 Thread Grant Finnemore
Just tested this on latest devel. version, and there does seem to be a problem. []$ psql test Welcome to psql, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate

[HACKERS] Re: [SQL] renaming columns... danger?

2000-10-27 Thread Grant Finnemore
Just tested this on latest devel. version, and there does seem to be a problem. []$ psql test Welcome to psql, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate