Fix pg_dump to dump serial columns as serials. Per pghackers discussion,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a0bf1a7f2e27944ef9e3bd3b5940ca511cbc333e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-19T19:33:36Z
Releases: 7.3.1
Fix pg_dump to dump serial columns as serials.  Per pghackers discussion,
cause SERIAL column declaration not to imply UNIQUE, so that this can be
done without creating an extra index.

Files