Am Donnerstag, 2. September 2004 09:32 schrieb Ilia Chipitsine: > I'm about to write plpgsql function which will "vacuum full" all existing > databases. Below is an example how to get list of databases. > > What should I write instead of "raise notice" ?
You normally cannot access different databases from one database session. But you could use dblink from contrib to overcome this restriction. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly