📄 load.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 + -