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
29af1243
Commit
29af1243
authored
Jun 03, 1999
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup and formatting.
parent
4a1efbc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
16 deletions
+22
-16
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+22
-16
No files found.
doc/src/sgml/config.sgml
View file @
29af1243
...
...
@@ -32,22 +32,32 @@ Features and packages:
--with-template=<replaceable>template</replaceable>
use operating system template file
see template directory
--with-includes=<replaceable>incdir</replaceable> site header files for tk/tcl, etc in DIR
--with-libs=<replaceable>incdir</replaceable> also search for libraries in DIR
--with-libraries=<replaceable>libdir</replaceable> also search for libraries in DIR
--with-includes=<replaceable>incdir</replaceable>
site header files for tk/tcl, etc in DIR
--with-libs=<replaceable>incdir</replaceable>
also search for libraries in DIR
--with-libraries=<replaceable>libdir</replaceable>
also search for libraries in DIR
--enable-locale enable locale support
--enable-recode enable cyrillic recode support
--with-mb=<replaceable>encoding</replaceable> enable multi-byte support
--with-pgport=<replaceable>portnum</replaceable> change default startup port
--with-maxbackends=<replaceable>n</replaceable> set default maximum number of server processes
--with-mb=<replaceable>encoding</replaceable>
enable multi-byte support
--with-pgport=<replaceable>portnum</replaceable>
change default startup port
--with-maxbackends=<replaceable>n</replaceable>
set default maximum number of server processes
--with-tcl build Tcl interfaces and pgtclsh
--with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR
--with-tclconfig=<replaceable>tcldir</replaceable>
tclConfig.sh and tkConfig.sh are in DIR
--with-perl build Perl interface
--with-odbc build ODBC driver package
--with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini
--with-odbcinst=<replaceable>odbcdir</replaceable>
change default directory for odbcinst.ini
--enable-cassert enable assertion checks (debugging)
--with-CC=<replaceable>compiler</replaceable> use specific C compiler
--with-CXX=<replaceable>compiler</replaceable> use specific C++ compiler
--with-CC=<replaceable>compiler</replaceable>
use specific C compiler
--with-CXX=<replaceable>compiler</replaceable>
use specific C++ compiler
--without-CXX prevent building C++ code
</programlisting>
</para>
...
...
@@ -218,14 +228,10 @@ Features and packages:
<programlisting>
# Makefile.custom
# Thomas Lockhart 199
8-03
-01
# Thomas Lockhart 199
9-06
-01
POSTGRESDIR= /opt/postgres/current
CFLAGS+= -m486 # -g -O0
USE_TCL= true
TCL_LIB= -ltcl
X_LIBS= -L/usr/X11/lib
TK_LIB= -ltk
CFLAGS+= -m486 -O2
# documentation
...
...
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