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.
Showing
Please register or sign in to comment
cause SERIAL column declaration not to imply UNIQUE, so that this can be done without creating an extra index.