OSDN Git Service

Add example for pg_config --configure.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 9 Jun 2005 18:15:05 +0000 (18:15 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 9 Jun 2005 18:15:05 +0000 (18:15 +0000)
doc/src/sgml/ref/pg_config-ref.sgml

index ea48699..db09883 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.19 2005/01/04 03:58:16 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.20 2005/06/09 18:15:05 petere Exp $ -->
 
 <refentry id="app-pgconfig">
  <refmeta>
        This can be used to reproduce the identical configuration, or
        to find out with what options a binary package was built. (Note
        however that binary packages often contain vendor-specific custom
-       patches.)
+       patches.)  See also the examples below.
       </para>
      </listitem>
     </varlistentry>
 
 
  <refsect1>
+  <title>Example</title>
+
+  <para>
+   To reproduce the build configuration of the current PostgreSQL
+   installation, run the following command:
+<programlisting>
+eval ./configure `pg_config --configure`
+</programlisting>
+   The output of <literal>pg_config --configure</literal> contains
+   shell quotation marks so arguments with spaces are represented
+   correctly.  Therefore, using <literal>eval</literal> is required
+   for proper results.
+  </para>
+ </refsect1>
+
+ <refsect1>
   <title>History</title>
 
   <para>