Psql powerful, skills how to use only follow-up slowly supplemented, see a tool first see how to use Help$ psql #连接到数据库服务器, in which you can enter the appropriate SQL statement or PSQL command, psql command starts with \$ \l #列出所有的数据库$ \d #查看表的结构$
The command syntax for Psql is:psql [Options] [dbname [username]]The Psql command-line options and their meanings are listed in table 1-1. Use the following command to see a complete list of options for Psql:$ psql--helpTable 1-1 psql command-line
Tag: User CTI SSI create cancels VAR use SSE byteTransferred from: https://www.cnblogs.com/chjbbs/p/6480687.htmlUsage:Pg_dump [OPTION] ... [DBNAME] The database name is last, not specified by default is the database specified by the system variable
Usage:Pg_dump [OPTION] ... [DBNAME] DatabaseLast name, do not specify the default is the database specified by the system variable pgdatabase.General Options: (generic option)-F,--file=filename output file or directory nameFile name saved after
PostgreSQL tutorial (18): client commands (2), postgresql tutorial
VII. pg_dump:
Pg_dump is a tool used to back up PostgreSQL databases. It can even perform a full and consistent backup when the database is being used concurrently without blocking
(1) dblink functions similar to OracleAnyone who has used Oracle knows that Oracle has a very advanced function called dblink, which can be used in a databaseA remote database, such as a database in Beijing, China, and a database in Shanghai,
Recently, the company was using the postgresql database and developed many ddldml statements for us. So I spent two days completing this script to Create Table spaces and users, script for automatic data import #! Binbas
Recently, the company was
(1) User PracticalityProgram:
Createdb creates a new PostgreSQL database (same as SQL statement: Create Database)
Createuser creates a new PostgreSQL user (same as SQL statement: create user)
Dropdb deletes a database
Dropuser: delete a user
Common postgresql commands (1) User utility: createdb creates a new PostgreSQL database (same as the SQL statement: CREATEDATABASE) createuser creates a new PostgreSQL user (same as the SQL statement: same as CREATEUSER) dropdb delete database
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.