与此类似:https ://stackoverflow.com/questions/23136670/where-can-i-find-tutorial-files-of-postgresql
但是我试图找到文件夹 src/tutorial,开始 SQL 教程,甚至了解我是否下载了正确的发行版。
使用apt list --installed
节目我有以下软件包:
postgresql-10
postgresql-client-10
postgresql-client-common
postgresql-common
postgresql-server-dev-10
当我使用命令时:sudo find . -type d -name "tutorial
它不会返回“src”中的任何文件夹“tutorial”子目录。(我从根目录运行这个命令)
任何人都可以提供一些关于从哪里开始教程的指示吗?
在这里尝试额外的包:https ://wiki.postgresql.org/wiki/Compile_and_Install_from_source_code
在我的 Debian “Buster” 安装中,教程包含在
postgresql-doc
软件包中。教程安装到以下目录:
我正在运行 postgresql-10,因此文档与安装的版本匹配。
由于Mint是基于 Debian 的,因此包和文件的位置很可能是相同的。这是来自“apt-cache”的包信息:
请注意:
您可能需要安装该
build-essential
软件包才能编译教程程序。