⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 load.7

📁 PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开发团队说,该版本将加速更多企业向该数据库移植.核心开发成员之一Bruce Momjian表示,在新版PostgreSQL
💻 7
字号:
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "LOAD" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMELOAD \- load or reload a shared library file.SH SYNOPSIS.sp.nfLOAD '\fIfilename\fR'.sp.fi.SH "DESCRIPTION".PPThis command loads a shared library file into the PostgreSQLserver's address space. If the file had been loaded previously,it is first unloaded. This command is primarily useful to unloadand reload a shared library file that has been changed since theserver first loaded it. To make use of the shared library,function(s) in it need to be declared using the CREATE FUNCTION [\fBcreate_function\fR(7)]command..PPThe file name is specified in the same way as for shared librarynames in CREATE FUNCTION [\fBcreate_function\fR(7)]; in particular, onemay rely on a search path and automatic addition of the system's standardshared library file name extension. See in the documentation formore information on this topic..PPNon-superusers may only apply \fBLOAD\fR to library fileslocated in \fI$libdir/plugins/\fR \(em the specified\fIfilename\fR must beginwith exactly that string. (It is the database administrator'sresponsibility to ensure that only ``safe'' librariesare installed there.).SH "COMPATIBILITY".PP\fBLOAD\fR is a PostgreSQLextension..SH "SEE ALSO".PPCREATE FUNCTION [\fBcreate_function\fR(7)]

⌨️ 快捷键说明

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