1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-02 09:26:47 +03:00

Readd pg_config --pgxs code.

This commit is contained in:
Bruce Momjian
2004-08-02 12:34:14 +00:00
parent f0efe26402
commit e3b8530cc3
2 changed files with 19 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.17 2003/11/29 19:51:39 pgsql Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.18 2004/08/02 12:34:14 momjian Exp $ -->
<refentry id="app-pgconfig">
<refmeta>
@ -25,6 +25,7 @@
<arg>--includedir-server</arg>
<arg>--libdir</arg>
<arg>--pkglibdir</arg>
<arg>--pgxs</arg>
<arg>--configure</arg>
<arg>--version</arg>
</group>
@ -100,6 +101,15 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>--pgxs</option></>
<listitem>
<para>
Print the location of extension makefiles.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--configure</option></>
<listitem>