Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b1f3f446
Commit
b1f3f446
authored
Sep 10, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup.
parent
59f6a57e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/man/create_function.l
src/man/create_function.l
+4
-4
No files found.
src/man/create_function.l
View file @
b1f3f446
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.
2 1996/12/11 00:27:1
3 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.
3 1997/09/10 20:19:2
3 momjian Exp $
.TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH "NAME"
.SH "NAME"
create function \(em define a new function
create function \(em define a new function
.SH "SYNOPSIS"
.SH "SYNOPSIS"
.nf
.nf
\fBcreate function\fP function_name
\fB(\fP
\fBcreate function\fP function_name
([type1 {, type-n}])
\fB(\fP[type1 {, type-n}]\fB)\fP
\fBreturns\fP type-r
\fBreturns\fP type-r
\fBas\fP {'/full/path/to/objectfile' | 'sql-queries'}
\fBas\fP {'/full/path/to/objectfile' | 'sql-queries'}
\fBlanguage\fP {'c' \ 'sql' \ 'internal'}
\fBlanguage\fP {'c' \ 'sql' \ 'internal'}
...
@@ -284,7 +284,7 @@ The body of a SQL function following
...
@@ -284,7 +284,7 @@ The body of a SQL function following
should be a list of queries separated by whitespace characters and
should be a list of queries separated by whitespace characters and
bracketed within quotation marks. Note that quotation marks used in
bracketed within quotation marks. Note that quotation marks used in
the queries must be escaped, by preceding them with two backslashes
the queries must be escaped, by preceding them with two backslashes
(i.e. \e
\e"
).
(i.e. \e
'
).
.PP
.PP
Arguments to the SQL function may be referenced in the queries using
Arguments to the SQL function may be referenced in the queries using
a $n syntax: $1 refers to the first argument, $2 to the second, and so
a $n syntax: $1 refers to the first argument, $2 to the second, and so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment