Re: Warning when connecting from PSQL Command - Mailing list pgsql-admin

From Harshad Adalkonda
Subject Re: Warning when connecting from PSQL Command
Date
Msg-id CANnQH_ixaKcs_sCmh7kRTxoK=opKZutqF-c4VU5HtOoJYHWEJg@mail.gmail.com
Whole thread Raw
In response to Warning when connecting from PSQL Command  (danny <dinesh4202001@gmail.com>)
Responses Re: Warning when connecting from PSQL Command  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-admin

On Fri, May 29, 2015 at 11:43 PM, danny <dinesh4202001@gmail.com> wrote:
New to Postgres please help

Warning console code page (437) differs from Window code page (1252) 8- bit
character might not work correctly. See psql reference page "Notes for
windows users" for details
Type "Help" for help

Postgres-#

When I type help it gives couple of commands

When I type

Postgres-# \c
It giives the above message again
Warning console code page (437) differs from Window code page (1252) 8- bit
character might not work correctly. See psql reference page "Notes for
windows users" for details

You are now connected to database "postges" as user "postgres"
postgres=#

does it mean am I connected and do my operations

Thanks,
Danny



--
View this message in context: http://postgresql.nabble.com/Warning-when-connecting-from-PSQL-Command-tp5851717.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Hi Danny,

Don't mind the warning message it will always shown when you connect to psql terminal.

\c is used to connect other database available in the cluster.

Syntax:

           \c database_name user_name

Example:

          \c test postgres

Hope this will help you to understand.

--
Thanks & Regards,
Harshad Adalkonda
Database Administrator
www.shreeyansh.com

pgsql-admin by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Warning when connecting from PSQL Command
Next
From: "Boylan, Ross"
Date:
Subject: Re: PostgreSQL 9.1 "database system was interrupted; last known up at"