Postgres 实例教程
Postgres by Example

原始链接: https://github.com/boringcollege/postgres-by-example

PostgreSQL 是一个强大的开源关系型数据库。请阅读官方文档以了解更多信息。Postgres by Example 是通过带注释的 SQL 示例对 PostgreSQL 进行的实践性介绍。请查看第一个示例或浏览下方的完整列表。前提条件:已安装 PostgreSQL 且服务器正在运行。示例假设你可以使用 psql 进行连接;除非另有说明,否则默认数据库为 postgres。根据需要使用系统的服务管理器或 pg_ctl start 启动服务器。除非另有说明,示例均针对当前的 PostgreSQL 稳定版本。如果遇到问题,请尽可能使用最新版本。采用 CC BY 4.0 许可。作者:Dariush Abbasi | 源码

Sorry.
相关文章

原文

PostgreSQL is a powerful, open-source relational database. Please read the official documentation to learn more.

Postgres by Example is a hands-on introduction to PostgreSQL using annotated SQL examples. Check out the first example or browse the full list below.

Prerequisites: PostgreSQL installed and the server running. Examples assume you can connect with psql; the default database is postgres unless noted. Start the server with your system's service manager or pg_ctl start as needed.

Unless stated otherwise, examples target current stable PostgreSQL. Use the latest version you can if something isn't working.


Licensed under CC BY 4.0.

by Dariush Abbasi | source

联系我们 contact @ memedata.com