我在我的ubuntu机器上安装了postgresql,
apt-get install postgresql-9.1现在我正在阅读手册,但是我不知道教程文件(例如,basics.sql)在哪里。
我在哪里可以找到或下载它们?
发布于 2014-04-17 15:44:51
它们在PostgreSQL源发行版中:
https://github.com/postgres/postgres/tree/master/src/tutorial
旁白:最新的PostgreSQL是9.3,而不是9.1:
http://www.postgresql.org/docs/current/static/tutorial-sql-intro.html
https://stackoverflow.com/questions/23136670
复制相似问题