Re: pg_tablespace_databases

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_tablespace_databases
Date: 2004-06-28 12:07:34
Message-ID: 40E00A06.8040905@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andreas Pflug wrote:

> From an idea of Bruce, the attached patch implements the function
> pg_tablespace_databases(oid) RETURNS SETOF oid
>
> which delivers as set of database oids having objects in the selected
> tablespace, enabling an admin to examine only the databases affecting
> the tablespace for objects instead of scanning all of them.
>

It might be easier to review if I attach the file...

Regards,
Andreas

Attachment Content-Type Size
ts.diff text/plain 4.3 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-06-28 16:58:03 Re: plperl patch
Previous Message Dave Page 2004-06-28 11:57:13 Re: pg_tablespace_databases