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/