~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic

« back to all changes in this revision

Viewing changes to docs/en_US/pg/sql-load.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061006210648-nscnazrse5jbwswf
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>LOAD</title>
5
5
<link rel="stylesheet" href="stylesheet.css" type="text/css">
6
6
<link rev="made" href="pgsql-docs@postgresql.org">
7
 
<meta name="generator" content="DocBook XSL Stylesheets V1.64.1">
8
 
<link rel="home" href="index.html" title="PostgreSQL 8.0.0beta5 Documentation">
 
7
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
 
8
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
9
9
<link rel="up" href="sql-commands.html" title="SQL Commands">
10
 
<link rel="previous" href="sql-listen.html" title="LISTEN">
 
10
<link rel="prev" href="sql-listen.html" title="LISTEN">
11
11
<link rel="next" href="sql-lock.html" title="LOCK">
 
12
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
12
13
</head>
13
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
14
 
<a name="sql-load"></a><div class="titlepage">
15
 
<div></div>
16
 
<div></div>
17
 
</div>
 
15
<a name="sql-load"></a><div class="titlepage"></div>
18
16
<div class="refnamediv">
19
17
<h2>Name</h2>
20
18
<p>LOAD &#8212; load or reload a shared library file</p>
21
19
</div>
22
 
<a name="id2689834"></a><div class="refsynopsisdiv">
 
20
<a name="id777875"></a><div class="refsynopsisdiv">
23
21
<h2>Synopsis</h2>
24
 
<pre class="synopsis">LOAD '<i class="replaceable"><tt>filename</tt></i>'</pre>
 
22
<pre class="synopsis">LOAD '<em class="replaceable"><code>filename</code></em>'</pre>
25
23
</div>
26
24
<div class="refsect1" lang="en">
27
25
<a name="sql-load-description"></a><h2>Description</h2>
36
34
<p>   The file name is specified in the same way as for shared library
37
35
   names in <a href="sql-createfunction.html">CREATE FUNCTION</a>; in particular, one
38
36
   may rely on a search path and automatic addition of the system's standard
39
 
   shared library file name extension.  See <a href="xfunc.html" title="31.3.�User-Defined Functions">Section�31.3, &#8220;User-Defined Functions&#8221;</a> for
 
37
   shared library file name extension.  See <a href="xfunc-c.html" title="32.9.�C-Language Functions">Section�32.9, &#8220;C-Language Functions&#8221;</a> for
40
38
   more information on this topic.
41
39
  </p>
42
40
</div>
43
41
<div class="refsect1" lang="en">
44
42
<a name="sql-load-compat"></a><h2>Compatibility</h2>
45
 
<p>   <tt class="command">LOAD</tt> is a <span class="productname">PostgreSQL</span>
 
43
<p>   <code class="command">LOAD</code> is a <span class="productname">PostgreSQL</span>
46
44
   extension.
47
45
  </p>
48
46
</div>
49
47
<div class="refsect1" lang="en">
50
 
<a name="id2689930"></a><h2>See Also</h2>
 
48
<a name="id777983"></a><h2>See Also</h2>
51
49
<p>   <a href="sql-createfunction.html">CREATE FUNCTION</a>
52
50
  </p>
53
51
</div>