plperl doc update

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема plperl doc update
Дата
Msg-id 200402262101.i1QL18L16575@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: plperl doc update  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-docs
I have applied the following doc update for plperl, now that perl has an
--enable-shared configure option.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: installation.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/installation.sgml,v
retrieving revision 1.194
retrieving revision 1.195
diff -c -c -r1.194 -r1.195
*** installation.sgml    3 Feb 2004 17:34:02 -0000    1.194
--- installation.sgml    26 Feb 2004 02:09:40 -0000    1.195
***************
*** 1,4 ****
! <!-- $PostgreSQL: pgsql-server/doc/src/sgml/installation.sgml,v 1.194 2004/02/03 17:34:02 tgl Exp $ -->

  <chapter id="installation">
   <title><![%standalone-include[<productname>PostgreSQL</>]]>
--- 1,4 ----
! <!-- $PostgreSQL: pgsql-server/doc/src/sgml/installation.sgml,v 1.195 2004/02/26 02:09:40 momjian Exp $ -->

  <chapter id="installation">
   <title><![%standalone-include[<productname>PostgreSQL</>]]>
***************
*** 193,206 ****
       </para>

       <para>
!       The catch is that the Python distribution or the Python
!       maintainers do not provide any direct way to do this.  The
!       closest thing we can offer you is the information in <ulink
!       url="http://www.python.org/doc/FAQ.html#3.30">Python FAQ
!       3.30</ulink>.  On some operating systems you don't really have
!       to build a shared library, but then you will have to convince
!       the <productname>PostgreSQL</> build system of this.  Consult
!       the <filename>Makefile</filename> in the
        <filename>src/pl/plpython</filename> directory for details.
       </para>
      </listitem>
--- 193,203 ----
       </para>

       <para>
!       If you have problems, try running Python's configure using the
!       <literal>--enable-shared</> flag.  On some operating systems you
!       don't really have to build a shared library, but you will have
!       to convince the <productname>PostgreSQL</> build system of this.
!       Consult the <filename>Makefile</filename> in the
        <filename>src/pl/plpython</filename> directory for details.
       </para>
      </listitem>

В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 7.4 Documentation - perform.sgml
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: plperl doc update