|
1 | 1 | <!-- $Header -->
|
2 | 2 |
|
3 |
| -<refentry id="app-pg-config"> |
| 3 | +<refentry id="app-pg_config"> |
4 | 4 | <refmeta>
|
5 |
| - <refentrytitle id="app-pg-config-title">pg-config</> |
| 5 | + <refentrytitle id="app-pg_config-title">pg_config</> |
6 | 6 | <refmiscinfo>Application</>
|
7 | 7 | </refmeta>
|
8 | 8 |
|
9 | 9 | <refnamediv>
|
10 |
| - <refname>pg-config</> |
| 10 | + <refname>pg_config</> |
11 | 11 | <refpurpose>Provides information about the installed version of <productname>PostgreSQL</></>
|
12 | 12 | </refnamediv>
|
13 | 13 |
|
14 | 14 | <refsynopsisdiv>
|
15 | 15 | <synopsis>
|
16 |
| -pg-config --bindir | --includedir | --libdir | --configure | --version |
| 16 | +pg_config --bindir | --includedir | --libdir | --configure | --version |
17 | 17 | </synopsis>
|
18 | 18 | </refsynopsisdiv>
|
19 | 19 |
|
20 | 20 | <refsect1>
|
21 | 21 | <title>Description</>
|
22 | 22 | <para>
|
23 |
| - The <application>pg-config</> stores and provides configuration parameters |
| 23 | + The <application>pg_config</> stores and provides configuration parameters |
24 | 24 | of the currently installed version of <productname>PostgreSQL</>. It is
|
25 | 25 | intended, for example, to be used by software packages that want to interface
|
26 | 26 | to <productname>PostgreSQL</> in order to find the respective header files
|
27 | 27 | and libraries.
|
28 | 28 | </para>
|
29 | 29 |
|
30 | 30 | <para>
|
31 |
| - To use <application>pg-config</>, supply one or more of the following options: |
| 31 | + To use <application>pg_config</>, supply one or more of the following options: |
32 | 32 | <variablelist>
|
33 | 33 | <varlistentry>
|
34 | 34 | <term>--bindir</>
|
35 | 35 | <listitem>
|
36 | 36 | <para>
|
37 | 37 | Print the location of user executables. Use this, for example, to find
|
38 | 38 | the <application>psql</> program. This is normally also the location
|
39 |
| - where the <filename>pg-config</> program resides. |
| 39 | + where the <filename>pg_config</> program resides. |
40 | 40 | </para>
|
41 | 41 | </listitem>
|
42 | 42 | </varlistentry>
|
|