From 3c879e373897b332877caac55e4aff97332cf887 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 12 Nov 2001 19:19:39 +0000 Subject: [PATCH] Add some more index entries. --- doc/src/sgml/backup.sgml | 5 +++- doc/src/sgml/charset.sgml | 9 +++++- doc/src/sgml/client-auth.sgml | 7 +++-- doc/src/sgml/dfunc.sgml | 49 +++++++++++++++++++------------ doc/src/sgml/ecpg.sgml | 8 +++-- doc/src/sgml/libpq.sgml | 55 ++++++++++++++++++++++------------- doc/src/sgml/lobj.sgml | 7 ++++- doc/src/sgml/maintenance.sgml | 15 +++++++++- doc/src/sgml/manage-ag.sgml | 7 +++-- doc/src/sgml/monitoring.sgml | 11 ++++++- doc/src/sgml/odbc.sgml | 7 +++-- doc/src/sgml/plpython.sgml | 5 +++- doc/src/sgml/rules.sgml | 23 ++++++++------- doc/src/sgml/runtime.sgml | 28 +++++++++++++++++- doc/src/sgml/xfunc.sgml | 17 ++++++++--- 15 files changed, 185 insertions(+), 68 deletions(-) diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 3ee121e52f..5830be1996 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,7 +1,9 @@ - + Backup and Restore + backup + As everything that contains valuable data, Postgres databases should be backed up regularly. While the procedure is @@ -363,6 +365,7 @@ tar -cf backup.tar /usr/local/pgsql/data Migration between releases + upgrading As a general rule, the internal data storage format is subject to diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index a347089056..3a4b283c91 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ - + Localization</> @@ -49,6 +49,8 @@ <sect1 id="locale"> <title>Locale Support + locale + Locale support refers to an application respecting cultural preferences regarding alphabets, sorting, number @@ -171,6 +173,7 @@ export LANG=sv_SE Sort order in ORDER BY queries. + ORDER BY @@ -243,6 +246,8 @@ perl: warning: Falling back to the standard locale ("C"). Multibyte Support + multibyte + Author @@ -586,6 +591,8 @@ RESET CLIENT_ENCODING; About Unicode + Unicode + An automatic encoding translation between Unicode and other encodings has been supported since PostgreSQL 7.1. diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 6187fa2782..c284e2c00c 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -423,12 +423,15 @@ host all 192.168.0.0 255.255.0.0 ident omicron The following describes the authentication methods in detail. - + Password authentication password + + MD5 + Postgres database passwords are separate from any diff --git a/doc/src/sgml/dfunc.sgml b/doc/src/sgml/dfunc.sgml index 24bac43297..c974beb5a2 100644 --- a/doc/src/sgml/dfunc.sgml +++ b/doc/src/sgml/dfunc.sgml @@ -1,5 +1,5 @@ @@ -25,6 +25,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.15 2001/10/26 19:58:12 tgl E + PIC Creating shared libraries is generally analoguous to linking executables: first the source files are compiled into object files, then the object files are linked together. The object files need to @@ -57,6 +58,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.15 2001/10/26 19:58:12 tgl E BSD/OS + BSD/OS The compiler flag to create PIC is @@ -74,6 +76,7 @@ ld -shared -o foo.so foo.o FreeBSD + FreeBSD The compiler flag to create PIC is @@ -91,6 +94,7 @@ gcc -shared -o foo.so foo.o HP-UX + HP-UX The compiler flag of the system compiler to create @@ -117,6 +121,7 @@ ld -b -o foo.sl foo.o Irix + Irix PIC is the default, no special compiler @@ -132,6 +137,7 @@ ld -shared -o foo.so foo.o Linux + Linux The compiler flag to create PIC is @@ -150,6 +156,7 @@ cc -shared -o foo.so foo.o NetBSD + NetBSD The compiler flag to create PIC is @@ -167,6 +174,7 @@ gcc -shared -o foo.so foo.o OpenBSD + OpenBSD The compiler flag to create PIC is @@ -180,26 +188,9 @@ ld -Bshareable -o foo.so foo.o - - Digital Unix/Tru64 UNIX - - - - PIC is the default, so the compilation command - is the usual one. ld with special options is - used to do the linking: - -cc -c foo.c -ld -shared -expect_unresolved '*' -o foo.so foo.o - - The same procedure is used with GCC instead of the system - compiler; no special options are required. - - - - Solaris + Solaris The compiler flag to create PIC is @@ -221,8 +212,28 @@ gcc -G -o foo.so foo.o + + Tru64 UNIX + Tru64 UNIX + Digital UNIXTru64 UNIX + + + PIC is the default, so the compilation command + is the usual one. ld with special options is + used to do the linking: + +cc -c foo.c +ld -shared -expect_unresolved '*' -o foo.so foo.o + + The same procedure is used with GCC instead of the system + compiler; no special options are required. + + + + Unixware + Unixware The compiler flag to create PIC is