Re: [HACKERS] Bug in ALTER TABLE/SEQUENCE OWNER TO

2005-08-13 Thread Bernd Helmle
Bruce Momjian wrote: I am not sure it was reported to you but this has been corrected: I saw Tom's fixes on -committers, thank you. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate s

Re: [HACKERS] Bug in ALTER TABLE/SEQUENCE OWNER TO

2005-08-12 Thread Bruce Momjian
I am not sure it was reported to you but this has been corrected: test=> CREATE TABLE test(id SERIAL NOT NULL); NOTICE: CREATE TABLE will create implicit sequence "test_id_seq" for serial column "test.id" CREATE TABLE test=> ALTER TABLE TEST OWNER TO test

Re: [HACKERS] Bug in ALTER TABLE/SEQUENCE OWNER TO

2005-08-03 Thread Tom Lane
Bernd Helmle <[EMAIL PROTECTED]> writes: > I discovered the following confusing issue in CVS HEAD: > ... > As you can see, the owner of the sequence and table row type isn't changed > as well. Hmmm ... this did not matter before shared dependencies, but it does now ... I agree, we have to fix it.