From:
"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To:
"Rod Taylor" <rbt(at)rbt(dot)ca>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
"Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>,"Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: [PATCHES] Non-colliding auto generated names
Date:
2003-03-06 02:04:58
Message-ID:
028201c2e384$ca0b1f70$6500a8c0@fhp.internal (view raw or flat )
Thread:
2003-02-17 05:26:23 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-02-18 05:18:00 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-02-18 05:47:36 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-02-18 06:00:12 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-02-18 06:10:01 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-02-18 14:43:38 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-02-18 15:03:17 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2003-02-18 15:57:56 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-02-20 02:17:52 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-02-21 07:23:50 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-03-05 15:36:06 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-03-05 16:07:04 from Rod Taylor <rbt(at)rbt(dot)ca>
2003-03-05 19:37:36 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-03-05 19:47:04 from Rod Taylor <rbt(at)rbt(dot)ca>
2003-03-05 20:04:04 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-03-05 21:53:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-03-06 02:04:58 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-03-06 02:08:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-03-06 02:30:28 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-03-06 01:55:03 from "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
2003-03-14 20:35:27 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-hackers pgsql-patches
> I think we should stick with the existing naming convention. The only
> actual problem that's been pointed out here is that an ALTER TABLE
> (or COLUMN) RENAME on a serial column doesn't update the sequence name
> to match. Seems to me we could fix that with less effort than any of
> these solutions would take, and it wouldn't break existing applications.
Non-colliding? Otherwise, it'd be ludicrous to fail a table rename because
a sequence with the new name already exists...
Chris
In response to
Responses
pgsql-hackers by date
Next :From: Tom LaneDate: 2003-03-06 02:08:59
Subject : Re: [PATCHES] Non-colliding auto generated names
Previous :From : Bob CalcoDate : 2003-03-06 01:58:35
Subject : Re: XML ouput for psql
pgsql-patches by date
Next :From: Tom LaneDate: 2003-03-06 02:08:59
Subject : Re: [PATCHES] Non-colliding auto generated names
Previous :From : Christopher Kings-LynneDate : 2003-03-06 01:55:03
Subject : Re: [PATCHES] Non-colliding auto generated names