Re: pg_dump --split patch - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: pg_dump --split patch
Date
Msg-id AANLkTinuDp8OZ5yOg+--iX54YSkN5Pnd-qK-6UEJRAQP@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump --split patch  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
2010/12/28 Andrew Dunstan <andrew@dunslane.net>

I think that's just horrible. Does the i stand for integer or inet? And it will get *really* ugly for type names with spaces in them ...


True, true.

But while "c" is too short, I think "character varying" is too long. Is there some convenient lookup table to convert between the long names to the short names?
E.g.,
character varying => varchar
timestamp with time zone => timestamptz
etc.

--
Best regards,

Joel Jacobson
Glue Finance

pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: SSI SLRU strategy choices
Next
From: Tom Lane
Date:
Subject: Fixing pg_upgrade's check of available binaries