File: xfunc-pl.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (28 lines) | stat: -rw-r--r-- 1,597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>32.7.Procedural Language Functions</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="extend.html" title="Chapter32.Extending SQL">
<link rel="prev" href="xfunc-volatility.html" title="32.6.Function Volatility Categories">
<link rel="next" href="xfunc-internal.html" title="32.8.Internal Functions">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="xfunc-pl"></a>32.7.Procedural Language Functions</h2></div></div></div>
<p>    <span class="productname">PostgreSQL</span> allows user-defined functions
    to be written in other languages besides SQL and C.  These other
    languages are generically called <em class="firstterm">procedural
    languages</em> (<acronym class="acronym">PL</acronym>s).
    Procedural languages aren't built into the
    <span class="productname">PostgreSQL</span> server; they are offered
    by loadable modules.
    See <a href="xplang.html" title="Chapter35.Procedural Languages">Chapter35, <i>Procedural Languages</i></a> and following chapters for more
    information.
   </p>
</div></body>
</html>