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
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
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.