Re: Refer to another database

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Refer to another database
Date: 2009-08-04 05:51:14
Message-ID: 4A77CC52.9000607@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andreas Kalsch wrote:
> Two causes:
>
> 1) I have to rewrite many lines of code = time
> 2) In MySQL I have access - with superuser rights - to _all_ existing
> databases inside the installation. In Postgres I haven't.

hmm? the postgresql superuser has full access to all databases in the
cluster. note that, unlike mysql, 'root' is not a postgres user at
all, unless you expressly create a root user and grant it superuser rights.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message sweta 2009-08-04 09:37:56
Previous Message John R Pierce 2009-08-04 05:48:25 Re: Refer to another database