Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4de2309

Browse files
author
Neil Conway
committed
Add some links to the CREATE FUNCTION reference page when describing
function definition for particular PLs. Original patch from DavidFetter, editorializing by Neil Conway.
1 parentee85870 commit4de2309

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

‎doc/src/sgml/plperl.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.39 2005/04/09 03:52:43 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.40 2005/05/20 01:52:24 neilc Exp $
33
-->
44

55
<chapter id="plperl">
@@ -44,7 +44,9 @@ $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.39 2005/04/09 03:52:43 momjian E
4444
<title>PL/Perl Functions and Arguments</title>
4545

4646
<para>
47-
To create a function in the PL/Perl language, use the standard syntax:
47+
To create a function in the PL/Perl language, use the standard
48+
<xref linkend="sql-createfunction" endterm="sql-createfunction-title">
49+
syntax:
4850
<programlisting>
4951
CREATE FUNCTION <replaceable>funcname</replaceable> (<replaceable>argument-types</replaceable>) RETURNS <replaceable>return-type</replaceable> AS $$
5052
# PL/Perl function body

‎doc/src/sgml/plpython.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.28 2005/04/09 03:52:43 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.29 2005/05/20 01:52:25 neilc Exp $ -->
22

33
<chapter id="plpython">
44
<title>PL/Python - Python Procedural Language</title>
@@ -46,7 +46,9 @@
4646
<title>PL/Python Functions</title>
4747

4848
<para>
49-
Functions in PL/Python are declared in the usual way, for example
49+
Functions in PL/Python are declared via the usual <xref
50+
linkend="sql-createfunction" endterm="sql-createfunction-title">
51+
syntax. For example:
5052
<programlisting>
5153
CREATE FUNCTION myfunc(text) RETURNS text
5254
AS 'return args[0]'

‎doc/src/sgml/pltcl.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.37 2005/04/09 03:52:43 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.38 2005/05/20 01:52:25 neilc Exp $
33
-->
44

55
<chapter id="pltcl">
@@ -75,7 +75,9 @@ $PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.37 2005/04/09 03:52:43 momjian Ex
7575
<title>PL/Tcl Functions and Arguments</title>
7676

7777
<para>
78-
To create a function in the <application>PL/Tcl</> language, use the standard syntax:
78+
To create a function in the <application>PL/Tcl</> language, use
79+
the standard <xref linkend="sql-createfunction"
80+
endterm="sql-createfunction-title"> syntax:
7981

8082
<programlisting>
8183
CREATE FUNCTION <replaceable>funcname</replaceable> (<replaceable>argument-types</replaceable>) RETURNS <replaceable>return-type</replaceable> AS $$

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp