Обсуждение: PSQL

Поиск
Список
Период
Сортировка

PSQL

От
danny
Дата:
Hello I am new to PostgreSQL world I installed server and created DB's and
created users till there good after lot of struggle now I want to know the
role of PSQL command line and how to connect to client through PSQL command
line and what actions I can perform doing that



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


Re: PSQL

От
Jan Lentfer
Дата:


> Am 21.05.2015 um 18:18 schrieb danny <dinesh4202001@gmail.com>:
>
> Hello I am new to PostgreSQL world I installed server and created DB's and
> created users till there good after lot of struggle now I want to know the
> role of PSQL command line and how to connect to client through PSQL command
> line and what actions I can perform doing that
>
>

Have you read http://www.postgresql.org/docs/current/static/app-psql.html ?

Regards

Jan


Re: PSQL

От
"David G. Johnston"
Дата:
On Thu, May 21, 2015 at 9:18 AM, danny <dinesh4202001@gmail.com> wrote:
Hello I am new to PostgreSQL world I installed server and created DB's and
created users till there good after lot of struggle now I want to know the
role of PSQL command line and how to connect to client through PSQL command
line and what actions I can perform doing that

​psql is a command-line based client that connects to the PostgreSQL server.

The phrase "[...] and how to connect to client through psql" makes no sense.

As Jan mentioned there is excellent documentation that you should avail yourself of.

David J
 

Re: PSQL

От
danny
Дата:
Thanks



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