Re: function visibility

From: "Jim Nasby" <jim(dot)nasby(at)enterprisedb(dot)com>
To: "cupa" <cupa(at)fipo(dot)co(dot)yu>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: function visibility
Date: 2006-11-24 19:06:55
Message-ID: EEB74D5D-2D38-493E-B921-61FB05467049@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Nov 17, 2006, at 10:13 AM, cupa wrote:
> how to make UDF visible on cluster (for all databases)?

You can't. Most database objects (including UDFs) are per-database,
not per-cluster. You'll have to add it to each database.
--
Jim Nasby jim(dot)nasby(at)enterprisedb(dot)com
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2006-11-24 19:14:16 Re: indexes
Previous Message Jim Nasby 2006-11-24 19:03:16 Re: pg_dump : option --exclude-schema not recognized