Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
47c51db5
Commit
47c51db5
authored
Aug 30, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation for --with-perl.
parent
2c65658c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
configure.in
configure.in
+2
-2
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+7
-13
No files found.
configure.in
View file @
47c51db5
dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.
199 2002/08/30 16:23:21
momjian Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.
200 2002/08/30 17:14:30
momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -360,7 +360,7 @@ PGAC_ARG_REQ(with, tkconfig, [ --with-tkconfig=DIR tkConfig.sh is in DIR])
# Optionally build Perl modules (Pg.pm and PL/Perl)
#
AC_MSG_CHECKING([whether to build Perl modules])
PGAC_ARG_BOOL(with, perl, no, [ --with-perl build P
erl interface and P
L/Perl])
PGAC_ARG_BOOL(with, perl, no, [ --with-perl build PL/Perl])
AC_MSG_RESULT([$with_perl])
AC_SUBST(with_perl)
...
...
doc/src/sgml/installation.sgml
View file @
47c51db5
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.7
8 2002/06/15 02:41:56 thomas
Exp $ -->
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.7
9 2002/08/30 17:14:30 momjian
Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
...
...
@@ -629,12 +629,7 @@ su - postgres
<term><option>--with-perl</option></term>
<listitem>
<para>
Build the Perl interface module. The Perl interface
will be installed at the usual place for Perl modules
(typically under <filename>/usr/lib/perl</filename>), so you
must have root access to perform the installation step (see
<xref linkend="install">). You need to have Perl 5 installed to
use this option.
Build the PL/Perl server-side language.
</para>
</listitem>
</varlistentry>
...
...
@@ -1021,18 +1016,17 @@ All of PostgreSQL is successfully made. Ready to install.
</
para
>
<
para
>
If
you
built
the
P
erl
or
P
ython
interfaces
and
you
were
not
the
If
you
built
the
Python
interfaces
and
you
were
not
the
root
user
when
you
executed
the
above
command
then
that
part
of
the
installation
probably
failed
.
In
that
case
you
should
become
the
root
user
and
then
do
<
screen
>
<
userinput
>
gmake
-
C
src
/
interfaces
/
perl5
install
</
userinput
>
<
userinput
>
gmake
-
C
src
/
interfaces
/
python
install
</
userinput
>
</
screen
>
If
you
do
not
have
superuser
access
you
are
on
your
own
:
you
can
still
take
the
required
files
and
place
them
in
other
directories
where
Perl
or
Python
can
find
them
,
but
how
to
do
that
is
left
as
an
exercise
.
If
you
do
not
have
superuser
access
you
are
on
your
own
:
you
can
still
take
the
required
files
and
place
them
in
other
directories
where
Python
can
find
them
,
but
how
to
do
that
is
left
as
an
exercise
.
</
para
>
<
para
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment