Thread: PSQL
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.
> 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
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
Thanks -- View this message in context: http://postgresql.nabble.com/PSQL-tp5850377p5851144.html Sent from the PostgreSQL - admin mailing list archive at Nabble.com.