From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Rod Taylor <rbt(at)zort(dot)ca> |
Cc: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: pg_dump and serial |
Date: | 2002-08-28 20:01:28 |
Message-ID: | 200208282001.g7SK1SF11783@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
This patch was already applied by Tom. I incorrectly added it to the
patches queue.
---------------------------------------------------------------------------
Rod Taylor wrote:
> - Drop UNIQUE portion of SERIAL as per -hackers conversation
> - Brief note about SERIAL dependencies not working in DBs from 7.2 and
> prior
> - Dump SERIAL via pg_dump
> - Add a pg_column_is_serial function to make the job of interfaces
> easier.
>
> Sample dump output attached. Sequence stuff is normal, rest are
> serials.
>
>
[ Attachment, skipping... ]
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-08-28 20:17:43 | Re: Brief note about dependencies during upgrade to 7.3 or |
Previous Message | Neil Conway | 2002-08-28 19:47:35 | Re: create or replace rule/view (fwd) |