pg_dump and serial

From: Rod Taylor <rbt(at)zort(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_dump and serial
Date: 2002-08-18 20:49:21
Message-ID: 1029703761.11788.17.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

- 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 Content-Type Size
serial.dump text/plain 2.1 KB
serial.patch text/plain 18.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-08-18 21:28:52 bytea operator bugs (was Re: [GENERAL] BYTEA, indexes and "like")
Previous Message Tom Lane 2002-08-18 19:31:12 Re: [PATCHES] Better handling of parse errors