install

来自「postgresql8.3.4源码,开源数据库」· 代码 · 共 16 行

TXT
16
字号
Installation of PL/pgSQL1)	Type 'make' to build the shared plpgsql object.2)	Type 'make install' to install the shared object in	the PostgreSQL library directory.3)	Declare the PL/pgSQL procedural language in your	database by running the createlang script:		createlang plpgsql DBNAME	If you declare the language in the template1 database,	any subsequently created database will have PL/pgSQL	support installed automatically.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?