【问题标题】:Where can I find tutorial files of Postgresql [closed]在哪里可以找到 Postgresql 的教程文件 [关闭]
【发布时间】:2014-04-17 15:00:45
【问题描述】:

我已经在我的 ubuntu 机器上安装了 postgresql,

apt-get install postgresql-9.1

现在我正在阅读 the manual,但无法弄清楚教程文件(例如 basics.sql)在哪里。

在哪里可以找到或下载它们?

【问题讨论】:

    标签: postgresql postgresql-9.1


    【解决方案1】:

    它们在 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

    【讨论】:

    • 我尝试了apt get install postgresql-9.3,但没有成功。我是否需要先克隆这个 github repo,然后在我的机器上克隆make? (我用的是 ubuntu)
    • 克隆它以获取教程文件。要安装 9.3:help.ubuntu.com/community/PostgreSQL
    • 你需要关注这些steps
    猜你喜欢
    • 2013-03-05
    • 1970-01-01
    • 2011-06-13
    • 2011-03-31
    • 2012-01-27
    • 1970-01-01
    • 2010-11-04
    • 1970-01-01
    • 2011-02-06
    相关资源
    最近更新 更多