From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | dump order for index defs |
Date: | 2007-11-09 21:28:39 |
Message-ID: | 4734D107.1090306@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I have just been noticing that pg_dump outputs index definitions sorted
by index name (within a given schema). Would it not be better to sort by
<indexed_relation_name, index_name> so that we get some benefit from
caching the table when building multiple indexes on the same table?
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Todd A. Cook | 2007-11-09 22:06:33 | Is "query" a reserved word in 8.3 plpgsql? |
Previous Message | Magnus Hagander | 2007-11-09 21:16:14 | Re: plperl.dll error from create langauge plperl (XP Pro 64 bit) |