~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/pg/app-pgconfig.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.1.3 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061006210648-8ebo8o2zu28ydg0d
Tags: 1.4.3-2
* 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>pg_config</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.69.1">
8
 
<link rel="start" href="index.html" title="PostgreSQL 8.1.3 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="reference-client.html" title="PostgreSQL Client Applications">
10
10
<link rel="prev" href="app-ecpg.html" title="ecpg">
11
11
<link rel="next" href="app-pgdump.html" title="pg_dump">
 
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
15
<a name="app-pgconfig"></a><div class="titlepage"></div>
16
17
<h2>Name</h2>
17
18
<p>pg_config &#8212; retrieve information about the installed version of <span class="productname">PostgreSQL</span></p>
18
19
</div>
19
 
<a name="id743749"></a><div class="refsynopsisdiv">
 
20
<a name="id795800"></a><div class="refsynopsisdiv">
20
21
<h2>Synopsis</h2>
21
22
<div class="cmdsynopsis"><p><code class="command">pg_config</code> [<em class="replaceable"><code>option</code></em>...]</p></div>
22
23
</div>
23
24
<div class="refsect1" lang="en">
24
 
<a name="id743777"></a><h2>Description</h2>
 
25
<a name="id795828"></a><h2>Description</h2>
25
26
<p>   The <span class="application">pg_config</span> utility prints configuration parameters
26
27
   of the currently installed version of <span class="productname">PostgreSQL</span>. It is
27
28
   intended, for example, to be used by software packages that want to interface
30
31
  </p>
31
32
</div>
32
33
<div class="refsect1" lang="en">
33
 
<a name="id743808"></a><h2>Options</h2>
 
34
<a name="id795859"></a><h2>Options</h2>
34
35
<p>   To use <span class="application">pg_config</span>, supply one or more of the following
35
36
   options:
36
37
   </p>
132
133
  </p>
133
134
</div>
134
135
<div class="refsect1" lang="en">
135
 
<a name="id744179"></a><h2>Notes</h2>
 
136
<a name="id796230"></a><h2>Notes</h2>
136
137
<p>   The option <code class="option">--includedir-server</code> was new in
137
138
   <span class="productname">PostgreSQL</span> 7.2.  In prior releases, the server include files were
138
139
   installed in the same location as the client headers, which could
154
155
  </p>
155
156
</div>
156
157
<div class="refsect1" lang="en">
157
 
<a name="id744288"></a><h2>Example</h2>
 
158
<a name="id796338"></a><h2>Example</h2>
158
159
<p>   To reproduce the build configuration of the current PostgreSQL
159
160
   installation, run the following command:
160
161
</p>
167
168
  </p>
168
169
</div>
169
170
<div class="refsect1" lang="en">
170
 
<a name="id744319"></a><h2>History</h2>
 
171
<a name="id796370"></a><h2>History</h2>
171
172
<p>   The <code class="command">pg_config</code> utility first appeared in
172
173
   <span class="productname">PostgreSQL</span> 7.1.
173
174
  </p>