Re: Post Install / Secure PostgreSQL

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Post Install / Secure PostgreSQL
Date: 2010-09-15 17:34:32
Message-ID: 4C9103A8.3080202@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/15/10 10:00 AM, Carlos Mennens wrote:
> But when if 'cmennens' wants to login to PostgreSQL but not connect to
> any specific database? I know in MySQL you can login to the MySQL
> server CLI but not be attached to any specific database if you want to
> just peek around and do basic administrative tasks. Is this possible
> in PostgreSQL?

no, there is no such state in postgres. you connect and log into a
database. connecting to a different database requires closing that
connection and opening a new one (which is what the \c command does in
psql).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Mennens 2010-09-15 17:36:26 Re: Post Install / Secure PostgreSQL
Previous Message Carlos Mennens 2010-09-15 17:00:30 Re: Post Install / Secure PostgreSQL