MyTetra Share
Делитесь знаниями!
OS Command Prompt
Время создания: 30.09.2017 21:53
Раздел: Postgres - syntaxis
Запись: xintrea/mytetra_db_mcold/master/base/150679760897hdnffpye/text.html на raw.githubusercontent.com

OS Command Prompt

You can select your database from the command prompt itself at the time when you login to your database. Following is a simple example −

psql -h localhost -p 5432 -U postgress testdb
Password for user postgress: ****
psql (9.2.4)
Type "help" for help.
You are now connected to database "testdb" as user "postgres".
testdb=# 

You are now logged into PostgreSQL testdb and ready to execute your commands inside testdb. To exit from the database, you can use the command \q.

Так же в этом разделе:
 
MyTetra Share v.0.59
Яндекс индекс цитирования