Re: How to make the user-defined function or type being accessed in the global database server?

Lists: pgsql-hackers
From: 页公倒龙 <77287991(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: How to make the user-defined function or type being accessed in the global database server?
Date: 2011-02-20 06:03:33
Message-ID: tencent_42E0736D751AF0DC401FB26C@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello, I had defined user-defined function and type in database A by using user Root.when i want to access the function and type in another database B by using the same user Root, but found that i could't access them. How to make the user-defined function or type being accessed in the global database server?

I am looking forward to hearing from you again soon. Million thanks.

Yours sincerely


From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: 页公倒龙 <77287991(at)qq(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How to make the user-defined function or type being accessed in the global database server?
Date: 2011-02-20 09:18:33
Message-ID: 4D60DC69.5000102@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 20.02.2011 08:03, 页公倒龙 wrote:
> Hello, I had defined user-defined function and type in database A by using user Root.when i want to access the function and type in another database B by using the same user Root, but found that i could't access them. How to make the user-defined function or type being accessed in the global database server?

You can't. The user-defined function and type need to be created
separately in each database.

You can, however, create them in the 'template1' database *before*
creating the other databases. That way they are automatically copied to
database you create. See
http://www.postgresql.org/docs/9.0/interactive/manage-ag-templatedbs.html.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com