Re: BTW, if anyone wants to work on it...

Manfred Koizar <mkoi-pg@aon.at>

From: Manfred Koizar <mkoi-pg@aon.at>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2005-05-17T20:47:04Z
Lists: pgsql-hackers

Attachments

On Tue, 03 May 2005 02:45:09 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I'm starting to think
>it'd be worth setting up a mechanism to handle such changes
>automatically.

I've been using this skeleton for quite some time now.  Magnus'
	psql ... | while read D
might be more robust than my
	for db in `enumdatabases`

Servus
 Manfred