load.7

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 42 行

7
42
字号
.\\" 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 + =
减小字号Ctrl + -
显示快捷键?