PostgreSQL (简体中文) - ArchWiki
wiki.archlinux.org › title › PostgreSQL_(简体中文)PostgreSQL (简体中文) - ArchWiki PostgreSQL (简体中文) 本文或本节需要 翻译 。 要贡献翻译,请访问 简体中文翻译团队 。 附注: 请使用模板的第一个参数进行更详细的指示。 (在 Talk:PostgreSQL (简体中文)# 中讨论) PostgreSQL是一个开源的,社区驱动的,符合标准的 对象-关系型 数据库系统。 本文档介绍如何安装PostgreSql。 同时,也介绍了如何配置PostgreSql,使远程客户端能够操作之。 在某些应用中,PostgreSQL可以代替MySQL作为LAMP网络栈的一部分。 Contents 1 安装PostgreSQL 2 创建第一个数据库/用户 3 熟悉PostgreSQL 3.1 连接数据库shell
PostgreSQL - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/PostgreSQLFamiliarize with PostgreSQL Access the database shell. Become the postgres user. Start the primary database shell, psql, where you can do all your creation of databases/tables, deletion, set permissions, and run raw SQL commands.Use the -d option to connect to the database you created (without specifying a database, psql will try to access a database that matches your …
PostgreSQL - ArchWiki - Arch Linux
wiki.archlinux.org › title › PostgreSQLPostgreSQL - ArchWiki PostgreSQL PostgreSQL is an open source, community driven, standard compliant object-relational database system. Contents 1 Installation 2 Initial configuration 3 Create your first database/user 4 Familiarize with PostgreSQL 4.1 Access the database shell 5 Optional configuration
PostgreSQL - Wikipedia
https://en.wikipedia.org/wiki/PostgreSQLPostgreSQL (/ ˈ p oʊ s t ɡ r ɛ s ˌ k juː ˈ ɛ l /, POHST-gres kyoo el), also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.It was originally named POSTGRES, referring to its origins as a successor to the Ingres database developed at the University of California, Berkeley.