From 5d5678d7c3b336a5aacf15d66ac3ebccaab929f2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 29 Jan 2011 13:00:18 -0500 Subject: [PATCH] Properly capitalize documentation headings; some only had initial-word capitalization. --- doc/src/sgml/adminpack.sgml | 2 +- doc/src/sgml/auth-delay.sgml | 2 +- doc/src/sgml/auto-explain.sgml | 2 +- doc/src/sgml/backup.sgml | 16 ++-- doc/src/sgml/btree-gin.sgml | 2 +- doc/src/sgml/btree-gist.sgml | 2 +- doc/src/sgml/charset.sgml | 8 +- doc/src/sgml/client-auth.sgml | 36 ++++---- doc/src/sgml/config.sgml | 6 +- doc/src/sgml/contrib-spi.sgml | 10 +-- doc/src/sgml/cube.sgml | 6 +- doc/src/sgml/datatype.sgml | 14 ++-- doc/src/sgml/diskusage.sgml | 2 +- doc/src/sgml/docguide.sgml | 2 +- doc/src/sgml/earthdistance.sgml | 8 +- doc/src/sgml/ecpg.sgml | 110 ++++++++++++------------- doc/src/sgml/external-projects.sgml | 2 +- doc/src/sgml/func.sgml | 6 +- doc/src/sgml/gin.sgml | 8 +- doc/src/sgml/high-availability.sgml | 6 +- doc/src/sgml/install-windows.sgml | 10 +-- doc/src/sgml/installation.sgml | 28 +++---- doc/src/sgml/isn.sgml | 8 +- doc/src/sgml/libpq.sgml | 4 +- doc/src/sgml/monitoring.sgml | 8 +- doc/src/sgml/mvcc.sgml | 6 +- doc/src/sgml/nls.sgml | 8 +- doc/src/sgml/perform.sgml | 2 +- doc/src/sgml/pgarchivecleanup.sgml | 2 +- doc/src/sgml/pgbench.sgml | 6 +- doc/src/sgml/pgbuffercache.sgml | 4 +- doc/src/sgml/pgcrypto.sgml | 36 ++++---- doc/src/sgml/pgfreespacemap.sgml | 2 +- doc/src/sgml/pgrowlocks.sgml | 4 +- doc/src/sgml/pgstandby.sgml | 2 +- doc/src/sgml/pgstatstatements.sgml | 8 +- doc/src/sgml/pgstattuple.sgml | 2 +- doc/src/sgml/pgtrgm.sgml | 4 +- doc/src/sgml/plperl.sgml | 2 +- doc/src/sgml/plpgsql.sgml | 4 +- doc/src/sgml/pltcl.sgml | 2 +- doc/src/sgml/problems.sgml | 4 +- doc/src/sgml/queries.sgml | 2 +- doc/src/sgml/recovery-config.sgml | 6 +- doc/src/sgml/ref/create_table.sgml | 4 +- doc/src/sgml/ref/postgres-ref.sgml | 2 +- doc/src/sgml/ref/psql-ref.sgml | 6 +- doc/src/sgml/regress.sgml | 20 ++--- doc/src/sgml/release-7.4.sgml | 62 +++++++------- doc/src/sgml/release-8.0.sgml | 54 ++++++------ doc/src/sgml/release-8.1.sgml | 48 +++++------ doc/src/sgml/release-8.2.sgml | 42 +++++----- doc/src/sgml/release-8.3.sgml | 30 +++---- doc/src/sgml/release-8.4.sgml | 16 ++-- doc/src/sgml/release-9.0.sgml | 8 +- doc/src/sgml/release-old.sgml | 122 ++++++++++++++-------------- doc/src/sgml/rules.sgml | 2 +- doc/src/sgml/runtime.sgml | 10 +-- doc/src/sgml/seg.sgml | 6 +- doc/src/sgml/sepgsql.sgml | 2 +- doc/src/sgml/sourcerepo.sgml | 2 +- doc/src/sgml/sources.sgml | 26 +++--- doc/src/sgml/syntax.sgml | 6 +- doc/src/sgml/tablefunc.sgml | 4 +- doc/src/sgml/xml2.sgml | 8 +- 65 files changed, 447 insertions(+), 447 deletions(-) diff --git a/doc/src/sgml/adminpack.sgml b/doc/src/sgml/adminpack.sgml index 76ff6f5394..27d0034329 100644 --- a/doc/src/sgml/adminpack.sgml +++ b/doc/src/sgml/adminpack.sgml @@ -15,7 +15,7 @@ - Functions implemented + Functions Implemented The functions implemented by adminpack can only be run by a diff --git a/doc/src/sgml/auth-delay.sgml b/doc/src/sgml/auth-delay.sgml index 683fa494ee..9f1f3f645a 100644 --- a/doc/src/sgml/auth-delay.sgml +++ b/doc/src/sgml/auth-delay.sgml @@ -22,7 +22,7 @@ - Configuration parameters + Configuration Parameters diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml index 027138b92e..405e3f72b4 100644 --- a/doc/src/sgml/auto-explain.sgml +++ b/doc/src/sgml/auto-explain.sgml @@ -32,7 +32,7 @@ LOAD 'auto_explain'; - Configuration parameters + Configuration Parameters There are several configuration parameters that control the behavior of diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index c14ae43062..5d2cf5e5c9 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -103,7 +103,7 @@ pg_dump dbname > - Restoring the dump + Restoring the Dump The text files created by pg_dump are intended to @@ -225,7 +225,7 @@ psql -f infile postgres - Handling large databases + Handling Large Databases Some operating systems have maximum file size limits that cause @@ -527,7 +527,7 @@ tar -cf backup.tar /usr/local/pgsql/data - Setting up WAL archiving + Setting Up WAL Archiving In an abstract sense, a running PostgreSQL system @@ -934,7 +934,7 @@ SELECT pg_stop_backup(); - Recovering using a Continuous Archive Backup + Recovering Using a Continuous Archive Backup Okay, the worst has happened and you need to recover from your backup. @@ -1193,7 +1193,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p' - Standalone hot backups + Standalone Hot Backups It is possible to use PostgreSQL's backup facilities to @@ -1256,7 +1256,7 @@ restore_command = 'gunzip < /mnt/server/archivedir/%f | pg_decompresslog - %p - <varname>archive_command</varname> scripts + <varname>archive_command</varname> Scripts Many people choose to use scripts to define their @@ -1482,7 +1482,7 @@ archive_command = 'local_backup_script.sh' - Migrating data via <application>pg_dump</> + Migrating Data via <application>pg_dump</> To dump data from one major version of PostgreSQL and @@ -1562,7 +1562,7 @@ psql -f backup postgres - Other data migration methods + Other Data Migration Methods The contrib program diff --git a/doc/src/sgml/btree-gin.sgml b/doc/src/sgml/btree-gin.sgml index b55c89395d..632bd1e53a 100644 --- a/doc/src/sgml/btree-gin.sgml +++ b/doc/src/sgml/btree-gin.sgml @@ -31,7 +31,7 @@ - Example usage + Example Usage CREATE TABLE test (a int4); diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index 482d47d41e..931acda95f 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -36,7 +36,7 @@ - Example usage + Example Usage Simple example using btree_gist instead of btree: diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 9e047e7dbd..644c711dcc 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,7 +1,7 @@ - Localization</> + <title>Localization This chapter describes the available localization features from the @@ -44,7 +44,7 @@ - Overview</> + <title>Overview Locale support is automatically initialized when a database @@ -198,7 +198,7 @@ initdb --locale=sv_SE - Behavior</> + <title>Behavior The locale settings influence the following SQL features: @@ -256,7 +256,7 @@ initdb --locale=sv_SE - Problems</> + <title>Problems If locale support doesn't work according to the explanation above, diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 7ab9305604..f2f3a66ec9 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -54,7 +54,7 @@ - The <filename>pg_hba.conf</filename> file + The <filename>pg_hba.conf</filename> File pg_hba.conf @@ -577,7 +577,7 @@ hostnossl database user - Example <filename>pg_hba.conf</filename> entries + Example <filename>pg_hba.conf</filename> Entries # Allow any user on the local system to connect to any database with # any database user name using Unix-domain sockets (the default for local @@ -666,7 +666,7 @@ local db1,db2,@demodbs all md5 - User name maps + User Name Maps User name maps @@ -771,7 +771,7 @@ mymap /^(.*)@otherdomain\.com$ guest - An example <filename>pg_ident.conf</> file + An Example <filename>pg_ident.conf</> File # MAPNAME SYSTEM-USERNAME PG-USERNAME @@ -786,13 +786,13 @@ omicron bryanh guest1 - Authentication methods + Authentication Methods The following subsections describe the authentication methods in more detail. - Trust authentication + Trust Authentication When trust authentication is specified, @@ -840,7 +840,7 @@ omicron bryanh guest1 - Password authentication + Password Authentication MD5 @@ -883,7 +883,7 @@ omicron bryanh guest1 - GSSAPI authentication + GSSAPI Authentication GSSAPI @@ -960,7 +960,7 @@ omicron bryanh guest1 - SSPI authentication + SSPI Authentication SSPI @@ -1026,7 +1026,7 @@ omicron bryanh guest1 - Kerberos authentication + Kerberos Authentication Kerberos @@ -1198,7 +1198,7 @@ omicron bryanh guest1 - Ident-based authentication + Ident-Based Authentication ident @@ -1229,7 +1229,7 @@ omicron bryanh guest1 - Ident Authentication over TCP/IP + Ident Authentication Over TCP/IP The Identification Protocol is described in @@ -1276,7 +1276,7 @@ omicron bryanh guest1 - Ident Authentication over Local Sockets + Ident Authentication Over Local Sockets On systems supporting SO_PEERCRED requests for @@ -1306,7 +1306,7 @@ omicron bryanh guest1 - LDAP authentication + LDAP Authentication LDAP @@ -1450,7 +1450,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" - RADIUS authentication + RADIUS Authentication RADIUS @@ -1539,7 +1539,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" - Certificate authentication + Certificate Authentication Certificate @@ -1575,7 +1575,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" - PAM authentication + PAM Authentication PAM @@ -1621,7 +1621,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" - Authentication problems + Authentication Problems Authentication failures and related problems generally diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bbfe86a692..77cacdd02b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3204,7 +3204,7 @@ local0.* /var/log/postgresql - Message severity levels + Message Severity Levels @@ -6084,11 +6084,11 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
- Short option key + Short Option Key - Short option + Short Option Equivalent diff --git a/doc/src/sgml/contrib-spi.sgml b/doc/src/sgml/contrib-spi.sgml index a11858edd9..85980f6e55 100644 --- a/doc/src/sgml/contrib-spi.sgml +++ b/doc/src/sgml/contrib-spi.sgml @@ -18,7 +18,7 @@ - refint.c — functions for implementing referential integrity + refint.c — Functions for Implementing Referential Integrity check_primary_key() and @@ -59,7 +59,7 @@ - timetravel.c — functions for implementing time travel + timetravel.c — Functions for Implementing Time Travel Long ago, PostgreSQL had a built-in time travel feature @@ -152,7 +152,7 @@ CREATE TABLE mytab ( - autoinc.c — functions for autoincrementing fields + autoinc.c — Functions for Autoincrementing Fields autoinc() is a trigger that stores the next value of @@ -179,7 +179,7 @@ CREATE TABLE mytab ( - insert_username.c — functions for tracking who changed a table + insert_username.c — Functions for Tracking Who Changed a Table insert_username() is a trigger that stores the current @@ -200,7 +200,7 @@ CREATE TABLE mytab ( - moddatetime.c — functions for tracking last modification time + moddatetime.c — Functions for Tracking Last Modification Time moddatetime() is a trigger that stores the current diff --git a/doc/src/sgml/cube.sgml b/doc/src/sgml/cube.sgml index deb0109d13..0fcbf21be6 100644 --- a/doc/src/sgml/cube.sgml +++ b/doc/src/sgml/cube.sgml @@ -23,7 +23,7 @@
- Cube external representations + Cube External Representations @@ -102,7 +102,7 @@
- Cube GiST operators + Cube GiST Operators @@ -181,7 +181,7 @@
- Cube functions + Cube Functions diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index cdebbe230d..2bf411d9e2 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1065,7 +1065,7 @@ SELECT '52093.89'::money::numeric::float8; - Using the character types + Using the Character Types CREATE TABLE test1 (a character(4)); @@ -1218,7 +1218,7 @@ SELECT b, char_length(b) FROM test2; - <type>bytea</> hex format + <type>bytea</> Hex Format The hex format encodes binary data as 2 hexadecimal digits @@ -1245,7 +1245,7 @@ SELECT E'\\xDEADBEEF'; - <type>bytea</> escape format + <type>bytea</> Escape Format The escape format is the traditional @@ -2492,7 +2492,7 @@ P quantity unit quantity
- ISO 8601 interval unit abbreviations + ISO 8601 Interval Unit Abbreviations @@ -2827,7 +2827,7 @@ P years-months-days < - Using the <type>boolean</type> type + Using the <type>boolean</type> Type CREATE TABLE test1 (a boolean, b text); @@ -3526,7 +3526,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays - <type>macaddr</></> + <title><type>macaddr</type> macaddr (data type) @@ -3624,7 +3624,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays - Using the bit string types + Using the Bit String Types CREATE TABLE test (a BIT(3), b BIT VARYING(5)); diff --git a/doc/src/sgml/diskusage.sgml b/doc/src/sgml/diskusage.sgml index 50440c2a17..de1d0b4b00 100644 --- a/doc/src/sgml/diskusage.sgml +++ b/doc/src/sgml/diskusage.sgml @@ -9,7 +9,7 @@ - Determining Disk Usage + Determining Disk Usage disk usage diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 008ebcdcf6..7ec75a3f3f 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1044,7 +1044,7 @@ save_size.pdfjadetex = 15000 - Other Emacs modes + Other Emacs Modes GNU Emacs ships with a different diff --git a/doc/src/sgml/earthdistance.sgml b/doc/src/sgml/earthdistance.sgml index 08f6357830..2b753da31d 100644 --- a/doc/src/sgml/earthdistance.sgml +++ b/doc/src/sgml/earthdistance.sgml @@ -24,7 +24,7 @@ - Cube-based earth distances + Cube-Based Earth Distances Data is stored in cubes that are points (both corners are the same) using 3 @@ -59,7 +59,7 @@
- Cube-based earthdistance functions + Cube-Based Earthdistance Functions @@ -136,7 +136,7 @@ - Point-based earth distances + Point-Based Earth Distances The second part of the module relies on representing Earth locations as @@ -152,7 +152,7 @@
- Point-based earthdistance operators + Point-Based Earthdistance Operators diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 83f396ad21..37bc43f49a 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -82,7 +82,7 @@ EXEC SQL ...; - Connecting to the database server + Connecting to the Database Server One connects to a database using the following statement: @@ -214,7 +214,7 @@ EXEC SQL CONNECT TO :target USER :user; - Choosing a connection + Choosing a Connection SQL statements in embedded SQL programs are by default executed on @@ -295,7 +295,7 @@ current=testdb1 (should be testdb1) - Closing a connection + Closing a Connection To close a connection, use the following statement: @@ -352,7 +352,7 @@ EXEC SQL DISCONNECT connection; - Executing SQL statements + Executing SQL Statements Creating a table: @@ -424,7 +424,7 @@ EXEC SQL SHOW search_path INTO :var; - Using cursors + Using Cursors To retrieve a result set holding multiple rows, an application has @@ -466,7 +466,7 @@ EXEC SQL COMMIT; - Managing transactions + Managing Transactions In the default mode, statements are committed only when @@ -525,7 +525,7 @@ EXEC SQL COMMIT; - Prepared statements + Prepared Statements When the values to be passed to an SQL statement are not known at @@ -696,7 +696,7 @@ EXEC SQL int i = 4; - Retrieving query results + Retrieving Query Results Now you should be able to pass data generated by your program into @@ -768,7 +768,7 @@ do - Type mapping + Type Mapping When ECPG applications exchange values between the PostgreSQL @@ -799,7 +799,7 @@ do
- Mapping between PostgreSQL data types and C variable types + Mapping Between PostgreSQL Data Types and C Variable Types @@ -893,7 +893,7 @@ do
- Handling character strings + Handling Character Strings To handle SQL character string data types, such @@ -967,7 +967,7 @@ VARCHAR v2[128]; - Accessing special data types + Accessing Special Data Types ECPG contains some special types that help you to interact easily @@ -1158,7 +1158,7 @@ EXEC SQL END DECLARE SECTION; - Host variables with nonprimitive types + Host Variables with Nonprimitive Types As a host variable you can also use arrays, typedefs, structs, and @@ -1374,7 +1374,7 @@ EXEC SQL END DECLARE SECTION;
- Handling nonprimitive SQL data types + Handling Nonprimitive SQL Data Types This section contains information on how to handle nonscalar and @@ -1504,7 +1504,7 @@ while (1) - Composite types + Composite Types Composite types are not directly supported in ECPG, but an easy workaround is possible. @@ -1624,7 +1624,7 @@ while (1) - User-defined base types + User-Defined Base Types New user-defined base types are not directly supported by ECPG. @@ -1772,7 +1772,7 @@ EXEC SQL SELECT b INTO :val :val_ind FROM test1; - Executing statements without a result set + Executing Statements without a Result Set The simplest way to execute an arbitrary SQL statement is to use @@ -1794,7 +1794,7 @@ EXEC SQL EXECUTE IMMEDIATE :stmt; - Executing a statement with input parameters + Executing a Statement with Input Parameters A more powerful way to execute arbitrary SQL statements is to @@ -1825,7 +1825,7 @@ EXEC SQL DEALLOCATE PREPARE name; - Executing a statement with a result set + Executing a Statement with a Result Set To execute an SQL statement with a single result row, @@ -1887,7 +1887,7 @@ EXEC SQL DISCONNECT ALL; - pgtypes library + pgtypes Library The pgtypes library maps PostgreSQL database @@ -1914,7 +1914,7 @@ free(out); - The numeric type + The numeric Type The numeric type offers to do calculations with arbitrary precision. See for the equivalent type in the @@ -2237,7 +2237,7 @@ int PGTYPESnumeric_from_decimal(decimal *src, numeric *dst); - The date type + The date Type The date type in C enables your programs to deal with data of the SQL type date. See for the equivalent type in the @@ -2282,7 +2282,7 @@ date PGTYPESdate_from_asc(char *str, char **endptr); shows the allowed input formats. - Valid input formats for <function>PGTYPESdate_from_asc</function> + Valid Input Formats for <function>PGTYPESdate_from_asc</function> @@ -2539,7 +2539,7 @@ int PGTYPESdate_fmt_asc(date dDate, char *fmtstring, char *outbuf); the same date: November 23, 1959.
- Valid input formats for <function>PGTYPESdate_fmt_asc</function> + Valid Input Formats for <function>PGTYPESdate_fmt_asc</function> @@ -2629,7 +2629,7 @@ int PGTYPESdate_defmt_asc(date *d, char *fmt, char *str); you an idea of how to use this function.
- Valid input formats for <function>rdefmtdate</function> + Valid Input Formats for <function>rdefmtdate</function> @@ -2714,7 +2714,7 @@ int PGTYPESdate_defmt_asc(date *d, char *fmt, char *str); - The timestamp type + The timestamp Type The timestamp type in C enables your programs to deal with data of the SQL type timestamp. See for the equivalent @@ -2756,7 +2756,7 @@ timestamp PGTYPEStimestamp_from_asc(char *str, char **endptr); contains a few examples for input strings.
- Valid input formats for <function>PGTYPEStimestamp_from_asc</function> + Valid Input Formats for <function>PGTYPEStimestamp_from_asc</function> @@ -3243,7 +3243,7 @@ int PGTYPEStimestamp_sub_interval(timestamp *tin, interval *span, timestamp *tou - The interval type + The interval Type The interval type in C enables your programs to deal with data of the SQL type interval. See for the equivalent @@ -3330,7 +3330,7 @@ int PGTYPESinterval_copy(interval *intvlsrc, interval *intvldest); - The decimal type + The decimal Type The decimal type is similar to the numeric type. However it is limited to a maximum precision of 30 significant digits. In contrast to the numeric @@ -3374,7 +3374,7 @@ void PGTYPESdecimal_free(decimal *var); - errno values of pgtypeslib + errno Values of pgtypeslib @@ -3516,7 +3516,7 @@ void PGTYPESdecimal_free(decimal *var); - Special constants of pgtypeslib + Special Constants of pgtypeslib @@ -3557,7 +3557,7 @@ void PGTYPESdecimal_free(decimal *var); - Named SQL descriptor areas + Named SQL Descriptor Areas A named SQL descriptor area consists of a header, which contains @@ -3815,7 +3815,7 @@ EXEC SQL GET DESCRIPTOR mydesc VALUE 1 :id = DATA; - SQLDA descriptor areas + SQLDA Descriptor Areas An SQLDA Descriptor Area is a C language structure which can be also used @@ -3852,7 +3852,7 @@ EXEC SQL DESCRIBE prepared_statement INTO mysqlda; - SQLDA data structure + SQLDA Datac Structure SQLDA uses three data structure @@ -3869,7 +3869,7 @@ EXEC SQL DESCRIBE prepared_statement INTO mysqlda; - sqlda_t structure + sqlda_t Structure The structure type sqlda_t is the type of the @@ -3966,7 +3966,7 @@ typedef struct sqlda_struct sqlda_t; - sqlvar_t structure + sqlvar_t Structure The structure type sqlvar_t holds a column value @@ -4041,7 +4041,7 @@ typedef struct sqlvar_struct sqlvar_t; - struct sqlname structure + struct sqlname Structure A struct sqlname structure holds a column name. It @@ -4080,7 +4080,7 @@ struct sqlname - Retreiving a result set using an SQLDA + Retreiving a Result Set Using an SQLDA @@ -4169,7 +4169,7 @@ switch (v.sqltype) - Passing query parameters using an SQLDA + Passing Query Parameters Using an SQLDA @@ -4255,7 +4255,7 @@ free(sqlda2); - A sample application using SQLDA + A Sample Application Using SQLDA Here is an example program, which describes how to fetch access @@ -4426,7 +4426,7 @@ main(void) - Example SQLDA program + Example SQLDA Program #include <stdlib.h> #include <string.h> @@ -4633,7 +4633,7 @@ tup_deleted = 0 (type: 9) - Setting callbacks + Setting Callbacks One simple method to catch errors and warnings is to set a @@ -4954,7 +4954,7 @@ sqlstate: 42P01 - <literal>SQLSTATE</literal> vs <literal>SQLCODE</literal> + <literal>SQLSTATE</literal> vs. <literal>SQLCODE</literal> The fields sqlca.sqlstate and @@ -5469,7 +5469,7 @@ while (1) - Preprocessor directives + Preprocessor Directives Several preprocessor directives are available that modify how @@ -5478,7 +5478,7 @@ while (1) - Including files + Including Files To include an external file into your embedded SQL program, use: @@ -5537,7 +5537,7 @@ EXEC SQL INCLUDE "filename"; - The define and undef directives + The define and undef Directives Similar to the directive #define that is known from C, embedded SQL has a similar concept: @@ -5580,7 +5580,7 @@ EXEC SQL UPDATE Tbl SET col = MYNUMBER; - ifdef, ifndef, else, elif, and endif directives + ifdef, ifndef, else, elif, and endif Directives You can use the following directives to compile code sections conditionally: @@ -5842,7 +5842,7 @@ ECPG = ecpg - ECPG program accessing large objects + ECPG Program Accessing Large Objects #include @@ -5960,7 +5960,7 @@ main(void) - Scope for host variables + Scope for Host Variables The ecpg preprocessor understands the scope of @@ -6038,7 +6038,7 @@ void TestCpp::test() - C++ application development with external C module + C++ Application Development with External C Module If you understand these technical limitations of @@ -7873,7 +7873,7 @@ $COMMIT; - Additional types + Additional Types The Informix-special "string" pseudo-type for storing right-trimmed character string data is now supported in Informix-mode without using typedef. In fact, in Informix-mode, @@ -7889,7 +7889,7 @@ EXEC SQL FETCH MYCUR INTO :userid; - Additional/missing embedded SQL statements + Additional/Missing Embedded SQL Statements @@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE; - Informix-compatible SQLDA descriptor areas + Informix-Compatible SQLDA Descriptor Areas Informix-compatible mode supports a different structure than the one described in . See below: @@ -8208,7 +8208,7 @@ EXEC SQL INCLUDE sqlda.h; - Additional functions + Additional Functions @@ -9266,7 +9266,7 @@ risnull(CINTTYPE, (char *) &i); - Additional constants + Additional Constants Note that all constants here describe errors and all of them are defined to represent negative values. In the descriptions of the different diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 129b9814eb..4deedb7f63 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -61,7 +61,7 @@
- Externally Maintained Client Interfaces</> + <title>Externally Maintained Client Interfaces diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 04769f1b09..ed2039c1ca 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9535,7 +9535,7 @@ table2-mapping
- XSLT stylesheet for converting SQL/XML output to HTML + XSLT Stylesheet for Converting SQL/XML Output to HTML
- Transaction IDs and snapshots + Transaction IDs and Snapshots Name Return Type Description @@ -13671,7 +13671,7 @@ SELECT typlen FROM pg_type WHERE oid = pg_typeof(33);
- Snapshot components + Snapshot Components diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index f7bab75f70..7b4d9c4e9e 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -319,7 +319,7 @@ - GIN fast update technique + GIN Fast Update Technique Updating a GIN index tends to be slow because of the @@ -357,7 +357,7 @@ - Partial match algorithm + Partial Match Algorithm GIN can support partial match queries, in which the query @@ -378,11 +378,11 @@ -GIN tips and tricks +GIN Tips and Tricks - Create vs insert + Create vs. insert Insertion into a GIN index can be slow diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index ce3f2642e8..31db9ac537 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -82,7 +82,7 @@ - Comparison of different solutions + Comparison of Different Solutions @@ -960,7 +960,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' - Alternative method for log shipping + Alternative Method for Log Shipping An alternative to the built-in standby mode described in the previous @@ -1377,7 +1377,7 @@ if (!triggered) - Handling query conflicts + Handling Query Conflicts The primary and standby servers are in many ways loosely connected. Actions diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index cc717844a2..ea86102c83 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -262,7 +262,7 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin'; - Special considerations for 64-bit Windows + Special Considerations for 64-bit Windows PostgreSQL will only build for the x64 architecture on 64-bit Windows, there @@ -324,7 +324,7 @@ $ENV{CONFIG}="Debug"; - Cleaning and installing + Cleaning and Installing Most of the time, the automatic dependency tracking in Visual Studio will @@ -349,7 +349,7 @@ $ENV{CONFIG}="Debug"; - Running the regression tests + Running the Regression Tests To run the regression tests, make sure you have completed the build of all @@ -378,7 +378,7 @@ $ENV{CONFIG}="Debug"; - Building the documentation + Building the Documentation Building the PostgreSQL documentation in HTML format requires several tools @@ -481,7 +481,7 @@ $ENV{DOCROOT}='c:\docbook'; - Generated files + Generated Files The following files will be built: diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 7ab18aa2a4..b86581f2ab 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -527,7 +527,7 @@ su - postgres - Configuration</> + <title>Configuration configure @@ -1676,7 +1676,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install. - Client-only installation: + Client-Only installation: If you want to install only the client applications and interface libraries, then you can use these commands: @@ -2184,7 +2184,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` - GCC issues + GCC Issues On AIX 5.3, there have been some problems getting PostgreSQL to @@ -2202,7 +2202,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` - Unix-domain sockets broken + Unix-Domain Sockets Broken AIX 5.3 has a problem @@ -2228,7 +2228,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` - Internet address issues + Internet Address Issues PostgreSQL relies on the system's getaddrinfo function @@ -2300,7 +2300,7 @@ hosts=local4,bind4 - Memory management + Memory Management @@ -2395,7 +2395,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d - References and resources + References and Resources @@ -2740,7 +2740,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 - Collecting crash dumps on Windows + Collecting Crash Dumps on Windows If PostgreSQL on Windows crashes, it has the ability to generate @@ -2862,7 +2862,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 - Reading the PostgreSQL man pages + Reading the PostgreSQL Man Pages By default, the PostgreSQL man pages are installed into @@ -2936,7 +2936,7 @@ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr - Required tools + Required Tools You can build with either GCC or Sun's compiler suite. For @@ -2986,7 +2986,7 @@ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr - configure complains about a failed test program + configure Complains About a Failed Test Program If configure complains about a failed test @@ -3005,7 +3005,7 @@ configure ... LDFLAGS="-R /usr/sfw/lib:/opt/sfw/lib:/usr/local/lib" - 64-bit build sometimes crashes + 64-bit Build Sometimes Crashes On Solaris 7 and older, the 64-bit version of libc has a buggy @@ -3029,7 +3029,7 @@ LIBOBJS = snprintf.o - Compiling for optimal performance + Compiling for Optimal Performance On the SPARC architecture, Sun Studio is strongly recommended for @@ -3062,7 +3062,7 @@ LIBOBJS = snprintf.o - Using DTrace for tracing PostgreSQL + Using DTrace for Tracing PostgreSQL Yes, using DTrace is possible. See - Data types + Data Types shows the data types provided by @@ -30,11 +30,11 @@
- <filename>isn</filename> data types + <filename>isn</filename> Data Types - Data type + Data Type Description @@ -228,7 +228,7 @@
- <filename>isn</> functions + <filename>isn</> Functions diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 1606a56908..7b709709cb 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -359,7 +359,7 @@ PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand
- <literal>sslmode</literal> options + <literal>sslmode</literal> Options @@ -7534,7 +7534,7 @@ main(int argc, char **argv) - <application>libpq</application> Example Program 3</> + <title><application>libpq</application> Example Program 3 - Standard Unix Tools + Standard Unix Tools ps @@ -106,7 +106,7 @@ postgres: user database host - The Statistics Collector + The Statistics Collector statistics @@ -129,7 +129,7 @@ postgres: user database host - Statistics Collection Configuration + Statistics Collection Configuration Since collection of statistics adds some overhead to query execution, @@ -177,7 +177,7 @@ postgres: user database host - Viewing Collected Statistics + Viewing Collected Statistics Several predefined views, listed in - Serializable Isolation versus True Serializability + Serializable Isolation Versus True Serializability serializability @@ -578,7 +578,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2; - Table-level lock modes + Table-level Lock Modes ACCESS SHARE @@ -776,7 +776,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
- Conflicting lock modes + Conflicting Lock Modes diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index 3299346cb7..f92d5893a1 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -138,7 +138,7 @@ msgstr "another translated" - Creating and maintaining message catalogs + Creating and Maintaining Message Catalogs OK, so how does one create a blank message @@ -206,7 +206,7 @@ gmake update-po - Editing the PO files + Editing the PO Files The PO files can be edited with a regular text editor. The @@ -313,7 +313,7 @@ msgstr "Die Datei %2$s hat %1$u Zeichen." - Adding NLS support to a program + Adding NLS Support to a Program @@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl); - Message-writing guidelines + Message-Writing Guidelines Here are some guidelines for writing messages that are easily diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 20cb790468..d4ac40df22 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -937,7 +937,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; - Disable WAL archival and streaming replication + Disable WAL Archival and Streaming Replication When loading large amounts of data into an installation that uses diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml index c1a59a9cac..026f5b27fe 100644 --- a/doc/src/sgml/pgarchivecleanup.sgml +++ b/doc/src/sgml/pgarchivecleanup.sgml @@ -131,7 +131,7 @@ archive_cleanup_command = 'pg_archivecleanup -d /mnt/standby/archive %r 2>>clean - Supported server versions + Supported Server Versions pg_archivecleanup is designed to work with diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index a33ac1760c..5a10e93a40 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -409,7 +409,7 @@ pgbench options dbname - What is the <quote>transaction</> actually performed in pgbench? + What is the <quote>Transaction</> Actually Performed in pgbench? The default transaction script issues seven commands per transaction: @@ -622,7 +622,7 @@ END; - Per-transaction logging + Per-Transaction Logging With the -l option, pgbench writes the time @@ -667,7 +667,7 @@ END; - Per-statement latencies + Per-Statement Latencies With the -r option, pgbench collects diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 1ecb63e811..fa7a78dfcd 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -25,7 +25,7 @@ - The <structname>pg_buffercache</structname> view + The <structname>pg_buffercache</structname> View The definitions of the columns exposed by the view are shown in . @@ -132,7 +132,7 @@ - Sample output + Sample Output regression=# SELECT c.relname, count(*) AS buffers diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index a6575bdac2..60bc0a2046 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -18,7 +18,7 @@ - General hashing functions + General Hashing Functions <function>digest()</function> @@ -77,7 +77,7 @@ hmac(data bytea, key text, type text) returns bytea - Password hashing functions + Password Hashing Functions The functions crypt() and gen_salt() @@ -126,14 +126,14 @@ hmac(data bytea, key text, type text) returns bytea
- Supported algorithms for <function>crypt()</> + Supported Algorithms for <function>crypt()</> Algorithm - Max password length + Max Password Length Adaptive? - Salt bits + Salt Bits Description @@ -230,7 +230,7 @@ gen_salt(type text [, iter_count integer ]) returns text
- Iteration counts for <function>crypt()</> + Iteration Counts for <function>crypt()</> @@ -283,7 +283,7 @@ gen_salt(type text [, iter_count integer ]) returns text
- Hash algorithm speeds + Hash Algorithm Speeds @@ -398,7 +398,7 @@ gen_salt(type text [, iter_count integer ]) returns text - PGP encryption functions + PGP Encryption Functions The functions here implement the encryption part of the OpenPGP (RFC 4880) @@ -627,7 +627,7 @@ dearmor(data text) returns bytea - Options for PGP functions + Options for PGP Functions Options are named to be similar to GnuPG. An option's value should be @@ -802,7 +802,7 @@ Applies to: pgp_sym_encrypt, pgp_pub_encrypt - Generating PGP keys with GnuPG + Generating PGP Keys with GnuPG To generate a new key: @@ -850,7 +850,7 @@ gpg -a --export-secret-keys KEYID > secret.key - Limitations of PGP code + Limitations of PGP Code @@ -878,7 +878,7 @@ gpg -a --export-secret-keys KEYID > secret.key - Raw encryption functions + Raw Encryption Functions These functions only run a cipher over data; they don't have any advanced @@ -980,7 +980,7 @@ encrypt(data, 'fooz', 'bf-cbc/pad:pkcs') - Random-data functions + Random-Data Functions gen_random_bytes(count integer) returns bytea @@ -1017,7 +1017,7 @@ gen_random_bytes(count integer) returns bytea
- Summary of functionality with and without OpenSSL + Summary of Functionality with and without OpenSSL @@ -1109,7 +1109,7 @@ gen_random_bytes(count integer) returns bytea - NULL handling + NULL Handling As is standard in SQL, all functions return NULL, if any of the arguments @@ -1118,7 +1118,7 @@ gen_random_bytes(count integer) returns bytea - Security limitations + Security Limitations All pgcrypto functions run inside the database server. @@ -1142,7 +1142,7 @@ gen_random_bytes(count integer) returns bytea - Useful reading + Useful Reading @@ -1173,7 +1173,7 @@ gen_random_bytes(count integer) returns bytea - Technical references + Technical References diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml index f6cee39b54..bdacbaf0e5 100644 --- a/doc/src/sgml/pgfreespacemap.sgml +++ b/doc/src/sgml/pgfreespacemap.sgml @@ -72,7 +72,7 @@ - Sample output + Sample Output postgres=# SELECT * FROM pg_freespace('foo'); diff --git a/doc/src/sgml/pgrowlocks.sgml b/doc/src/sgml/pgrowlocks.sgml index d8bbca5ba1..b2c2590ad7 100644 --- a/doc/src/sgml/pgrowlocks.sgml +++ b/doc/src/sgml/pgrowlocks.sgml @@ -26,7 +26,7 @@ pgrowlocks(text) returns setof record
- <function>pgrowlocks</> output columns + <function>pgrowlocks</> Output Columns @@ -112,7 +112,7 @@ SELECT * FROM accounts AS a, pgrowlocks('accounts') AS p - Sample output + Sample Output test=# SELECT * FROM pgrowlocks('t1'); diff --git a/doc/src/sgml/pgstandby.sgml b/doc/src/sgml/pgstandby.sgml index 9ee0e7b94b..a99fdf988e 100644 --- a/doc/src/sgml/pgstandby.sgml +++ b/doc/src/sgml/pgstandby.sgml @@ -342,7 +342,7 @@ recovery_end_command = 'del C:\pgsql.trigger.5442' - Supported server versions + Supported Server Versions pg_standby is designed to work with diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index c1738ffa89..58b37d243c 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -20,7 +20,7 @@ - The <structname>pg_stat_statements</structname> view + The <structname>pg_stat_statements</structname> View The statistics gathered by the module are made available via a system view @@ -31,7 +31,7 @@
- <structname>pg_stat_statements</> columns + <structname>pg_stat_statements</> Columns @@ -190,7 +190,7 @@ - Configuration parameters + Configuration Parameters @@ -292,7 +292,7 @@ pg_stat_statements.track = all - Sample output + Sample Output bench=# SELECT pg_stat_statements_reset(); diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index a3aab30044..cc2849b5e6 100644 --- a/doc/src/sgml/pgstattuple.sgml +++ b/doc/src/sgml/pgstattuple.sgml @@ -45,7 +45,7 @@ free_percent | 1.95
- <function>pgstattuple</function> output columns + <function>pgstattuple</function> Output Columns diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index 1b75f0292b..27a2306720 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -44,7 +44,7 @@ Functions and Operators
- <filename>pg_trgm</filename> functions + <filename>pg_trgm</filename> Functions @@ -97,7 +97,7 @@
- <filename>pg_trgm</filename> operators + <filename>pg_trgm</filename> Operators diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 08a14a67cb..dd8695834f 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -602,7 +602,7 @@ SELECT release_hosts_query(); - Utility functions in PL/Perl + Utility Functions in PL/Perl diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 527eaecc9b..0a0f904e22 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1135,7 +1135,7 @@ EXECUTE 'SELECT count(*) FROM ' - Quoting values in dynamic queries + Quoting Values In Dynamic Queries quote_ident @@ -2094,7 +2094,7 @@ END LOOP; - <literal>FOR</> (integer variant) + <literal>FOR</> (Integer Variant) <<label>> diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 3b39886c96..052a158fa9 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -711,7 +711,7 @@ CREATE TRIGGER trig_mytab_modcount BEFORE INSERT OR UPDATE ON mytab - Modules and the <function>unknown</> command + Modules and the <function>unknown</> Command PL/Tcl has support for autoloading Tcl code when used. It recognizes a special table, pltcl_modules, which diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 11ddbf534d..a65baa3157 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -97,7 +97,7 @@ - What to report + What to Report The most important thing to remember about bug reporting is to state all @@ -292,7 +292,7 @@ - Where to report bugs + Where to Report Bugs In general, send bug reports to the bug report mailing list at diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index b0c32777bb..42b6e06da3 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -980,7 +980,7 @@ SELECT product_id, p.name, (sum(s.units) * (p.price - p.cost)) AS profit - Window Function Processing</> + <title>Window Function Processing window function diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 68fe04998d..454ec84f1a 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -31,7 +31,7 @@ - Archive recovery settings + Archive Recovery Settings @@ -140,7 +140,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows - Recovery target settings + Recovery Target Settings @@ -232,7 +232,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows - Standby server settings + Standby Server Settings diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index e2967bf0ca..c1cfee5d69 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type ( - Zero-column tables + Zero-Column Tables PostgreSQL allows a table of no columns @@ -1382,7 +1382,7 @@ CREATE TABLE employees OF employee_type ( - <literal>WITH</> clause + <literal>WITH</> Clause The WITH clause is a PostgreSQL diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 48574d3081..4437bf8997 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -476,7 +476,7 @@ PostgreSQL documentation - Options for single-user mode + Options for Single-User Mode The following options only apply to the single-user mode. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 30d4507eb3..eacae71cdc 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -538,7 +538,7 @@ PostgreSQL documentation Usage - Connecting To A Database + Connecting to a Database psql is a regular @@ -2394,7 +2394,7 @@ lo_import 152801 - Advanced features + Advanced Features Variables @@ -3275,7 +3275,7 @@ $endif - Notes for Windows users + Notes for Windows Users psql is built as a console diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 59083eca1a..61a87ff74d 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -33,7 +33,7 @@ - Running the tests against a temporary installation + Running the Tests Against a Temporary Installation To run the parallel regression tests after building but before installation, @@ -110,7 +110,7 @@ gmake MAX_CONNECTIONS=10 check - Running the tests against an existing installation + Running the Tests Against an Existing Installation To run the tests after installation)]]>, @@ -196,7 +196,7 @@ gmake standbycheck - Locale and encoding + Locale and Encoding By default, the tests against a temporary installation use the @@ -277,7 +277,7 @@ gmake check LANG=C MULTIBYTE=EUC_JP - Error message differences + Error Message Differences Some of the regression tests involve intentional invalid input @@ -292,7 +292,7 @@ gmake check LANG=C MULTIBYTE=EUC_JP - Locale differences + Locale Differences If you run the tests against a server that was @@ -339,7 +339,7 @@ gmake check NO_LOCALE=1 - Date and time differences + Date and Time Differences Most of the date and time results are dependent on the time zone @@ -353,7 +353,7 @@ gmake check NO_LOCALE=1 - Floating-point differences + Floating-Point Differences Some of the tests involve computing 64-bit floating-point numbers (double @@ -381,7 +381,7 @@ gmake check NO_LOCALE=1 - Row ordering differences + Row Ordering Differences You might see differences in which the same rows are output in a @@ -417,7 +417,7 @@ exclusion of those that don't. - Insufficient stack depth + Insufficient Stack Depth If the errors test results in a server crash @@ -434,7 +434,7 @@ exclusion of those that don't. - The <quote>random</quote> test + The <quote>random</quote> Test The random test script is intended to produce diff --git a/doc/src/sgml/release-7.4.sgml b/doc/src/sgml/release-7.4.sgml index 226275bf32..ed64c485d7 100644 --- a/doc/src/sgml/release-7.4.sgml +++ b/doc/src/sgml/release-7.4.sgml @@ -5,7 +5,7 @@ Release 7.4.30 - Release date + Release Date 2010-10-04 @@ -139,7 +139,7 @@ Release 7.4.29 - Release date + Release Date 2010-05-17 @@ -283,7 +283,7 @@ Release 7.4.28 - Release date + Release Date 2010-03-15 @@ -402,7 +402,7 @@ Release 7.4.27 - Release date + Release Date 2009-12-14 @@ -522,7 +522,7 @@ Release 7.4.26 - Release date + Release Date 2009-09-09 @@ -652,7 +652,7 @@ Release 7.4.25 - Release date + Release Date 2009-03-16 @@ -732,7 +732,7 @@ Release 7.4.24 - Release date + Release Date 2009-02-02 @@ -818,7 +818,7 @@ Release 7.4.23 - Release date + Release Date 2008-11-03 @@ -902,7 +902,7 @@ Release 7.4.22 - Release date + Release Date 2008-09-22 @@ -978,7 +978,7 @@ Release 7.4.21 - Release date + Release Date 2008-06-12 @@ -1032,7 +1032,7 @@ Release 7.4.20 - Release date + Release Date never released @@ -1177,7 +1177,7 @@ Release 7.4.19 - Release date + Release Date 2008-01-07 @@ -1331,7 +1331,7 @@ Release 7.4.18 - Release date + Release Date 2007-09-17 @@ -1407,7 +1407,7 @@ Release 7.4.17 - Release date + Release Date 2007-04-23 @@ -1478,7 +1478,7 @@ Release 7.4.16 - Release date + Release Date 2007-02-05 @@ -1549,7 +1549,7 @@ Release 7.4.15 - Release date + Release Date 2007-01-08 @@ -1638,7 +1638,7 @@ Release 7.4.14 - Release date + Release Date 2006-10-16 @@ -1685,7 +1685,7 @@ ANYARRAY Release 7.4.13 - Release date + Release Date 2006-05-23 @@ -1792,7 +1792,7 @@ Fuhr) Release 7.4.12 - Release date + Release Date 2006-02-14 @@ -1855,7 +1855,7 @@ and isinf during configure (Tom) Release 7.4.11 - Release date + Release Date 2006-01-09 @@ -1922,7 +1922,7 @@ what's actually returned by the query (Joe) Release 7.4.10 - Release date + Release Date 2005-12-12 @@ -1975,7 +1975,7 @@ table has been dropped Release 7.4.9 - Release date + Release Date 2005-10-04 @@ -2044,7 +2044,7 @@ code Release 7.4.8 - Release date + Release Date 2005-05-09 @@ -2228,7 +2228,7 @@ holder of the lock released it within a very narrow window. Release 7.4.7 - Release date + Release Date 2005-01-31 @@ -2288,7 +2288,7 @@ GMT Release 7.4.6 - Release date + Release Date 2004-10-22 @@ -2360,7 +2360,7 @@ ECPG prepare statement Release 7.4.5 - Release date + Release Date 2004-08-18 @@ -2398,7 +2398,7 @@ still worth a re-release. The bug does not exist in pre-7.4 releases. Release 7.4.4 - Release date + Release Date 2004-08-16 @@ -2450,7 +2450,7 @@ aggregate plan Release 7.4.3 - Release date + Release Date 2004-06-14 @@ -2508,7 +2508,7 @@ names from outer query levels. Release 7.4.2 - Release date + Release Date 2004-03-08 @@ -2651,7 +2651,7 @@ inconveniences associated with the i/I problem. Release 7.4.1 - Release date + Release Date 2003-12-22 @@ -2765,7 +2765,7 @@ DROP SCHEMA information_schema CASCADE; Release 7.4 - Release date + Release Date 2003-11-17 diff --git a/doc/src/sgml/release-8.0.sgml b/doc/src/sgml/release-8.0.sgml index f35cb61f41..469a76d893 100644 --- a/doc/src/sgml/release-8.0.sgml +++ b/doc/src/sgml/release-8.0.sgml @@ -5,7 +5,7 @@ Release 8.0.26 - Release date + Release Date 2010-10-04 @@ -209,7 +209,7 @@ Release 8.0.25 - Release date + Release Date 2010-05-17 @@ -369,7 +369,7 @@ Release 8.0.24 - Release date + Release Date 2010-03-15 @@ -546,7 +546,7 @@ Release 8.0.23 - Release date + Release Date 2009-12-14 @@ -701,7 +701,7 @@ Release 8.0.22 - Release date + Release Date 2009-09-09 @@ -865,7 +865,7 @@ Release 8.0.21 - Release date + Release Date 2009-03-16 @@ -945,7 +945,7 @@ Release 8.0.20 - Release date + Release Date 2009-02-02 @@ -1031,7 +1031,7 @@ Release 8.0.19 - Release date + Release Date 2008-11-03 @@ -1142,7 +1142,7 @@ Release 8.0.18 - Release date + Release Date 2008-09-22 @@ -1276,7 +1276,7 @@ Release 8.0.17 - Release date + Release Date 2008-06-12 @@ -1330,7 +1330,7 @@ Release 8.0.16 - Release date + Release Date never released @@ -1567,7 +1567,7 @@ Release 8.0.15 - Release date + Release Date 2008-01-07 @@ -1783,7 +1783,7 @@ Release 8.0.14 - Release date + Release Date 2007-09-17 @@ -1891,7 +1891,7 @@ Release 8.0.13 - Release date + Release Date 2007-04-23 @@ -1968,7 +1968,7 @@ Release 8.0.12 - Release date + Release Date 2007-02-07 @@ -2010,7 +2010,7 @@ Release 8.0.11 - Release date + Release Date 2007-02-05 @@ -2081,7 +2081,7 @@ Release 8.0.10 - Release date + Release Date 2007-01-08 @@ -2200,7 +2200,7 @@ Release 8.0.9 - Release date + Release Date 2006-10-16 @@ -2256,7 +2256,7 @@ Wieland) Release 8.0.8 - Release date + Release Date 2006-05-23 @@ -2370,7 +2370,7 @@ Fuhr) Release 8.0.7 - Release date + Release Date 2006-02-14 @@ -2469,7 +2469,7 @@ and isinf during configure (Tom) Release 8.0.6 - Release date + Release Date 2006-01-09 @@ -2554,7 +2554,7 @@ what's actually returned by the query (Joe) Release 8.0.5 - Release date + Release Date 2005-12-12 @@ -2636,7 +2636,7 @@ to subquery results Release 8.0.4 - Release date + Release Date 2005-10-04 @@ -2733,7 +2733,7 @@ code Release 8.0.3 - Release date + Release Date 2005-05-09 @@ -2853,7 +2853,7 @@ data types Release 8.0.2 - Release date + Release Date 2005-04-07 @@ -3010,7 +3010,7 @@ addresses in INET data types (Tom) Release 8.0.1 - Release date + Release Date 2005-01-31 @@ -3079,7 +3079,7 @@ typedefs (Michael) Release 8.0 - Release date + Release Date 2005-01-19 diff --git a/doc/src/sgml/release-8.1.sgml b/doc/src/sgml/release-8.1.sgml index 6a537fbc5b..4e1a0c5dd0 100644 --- a/doc/src/sgml/release-8.1.sgml +++ b/doc/src/sgml/release-8.1.sgml @@ -5,7 +5,7 @@ Release 8.1.23 - Release date + Release Date 2010-12-16 @@ -224,7 +224,7 @@ Release 8.1.22 - Release date + Release Date 2010-10-04 @@ -442,7 +442,7 @@ Release 8.1.21 - Release date + Release Date 2010-05-17 @@ -596,7 +596,7 @@ Release 8.1.20 - Release date + Release Date 2010-03-15 @@ -786,7 +786,7 @@ Release 8.1.19 - Release date + Release Date 2009-12-14 @@ -967,7 +967,7 @@ Release 8.1.18 - Release date + Release Date 2009-09-09 @@ -1131,7 +1131,7 @@ Release 8.1.17 - Release date + Release Date 2009-03-16 @@ -1254,7 +1254,7 @@ Release 8.1.16 - Release date + Release Date 2009-02-02 @@ -1374,7 +1374,7 @@ Release 8.1.15 - Release date + Release Date 2008-11-03 @@ -1526,7 +1526,7 @@ Release 8.1.14 - Release date + Release Date 2008-09-22 @@ -1702,7 +1702,7 @@ Release 8.1.13 - Release date + Release Date 2008-06-12 @@ -1769,7 +1769,7 @@ Release 8.1.12 - Release date + Release Date never released @@ -2019,7 +2019,7 @@ Release 8.1.11 - Release date + Release Date 2008-01-07 @@ -2271,7 +2271,7 @@ Release 8.1.10 - Release date + Release Date 2007-09-17 @@ -2392,7 +2392,7 @@ Release 8.1.9 - Release date + Release Date 2007-04-23 @@ -2483,7 +2483,7 @@ Release 8.1.8 - Release date + Release Date 2007-02-07 @@ -2525,7 +2525,7 @@ Release 8.1.7 - Release date + Release Date 2007-02-05 @@ -2627,7 +2627,7 @@ Release 8.1.6 - Release date + Release Date 2007-01-08 @@ -2777,7 +2777,7 @@ Release 8.1.5 - Release date + Release Date 2006-10-16 @@ -2854,7 +2854,7 @@ compilers (Hiroshi Saito) Release 8.1.4 - Release date + Release Date 2006-05-23 @@ -3008,7 +3008,7 @@ documented (Tom) Release 8.1.3 - Release date + Release Date 2006-02-14 @@ -3130,7 +3130,7 @@ creation (Tom) Release 8.1.2 - Release date + Release Date 2006-01-09 @@ -3233,7 +3233,7 @@ what's actually returned by the query (Joe) Release 8.1.1 - Release date + Release Date 2005-12-12 @@ -3325,7 +3325,7 @@ DISTINCT query Release 8.1 - Release date + Release Date 2005-11-08 diff --git a/doc/src/sgml/release-8.2.sgml b/doc/src/sgml/release-8.2.sgml index 2dd49d6a06..8d35d919ad 100644 --- a/doc/src/sgml/release-8.2.sgml +++ b/doc/src/sgml/release-8.2.sgml @@ -5,7 +5,7 @@ Release 8.2.20 - Release date + Release Date 2011-01-31 @@ -137,7 +137,7 @@ Release 8.2.19 - Release date + Release Date 2010-12-16 @@ -381,7 +381,7 @@ Release 8.2.18 - Release date + Release Date 2010-10-04 @@ -667,7 +667,7 @@ Release 8.2.17 - Release date + Release Date 2010-05-17 @@ -868,7 +868,7 @@ Release 8.2.16 - Release date + Release Date 2010-03-15 @@ -1139,7 +1139,7 @@ Release 8.2.15 - Release date + Release Date 2009-12-14 @@ -1383,7 +1383,7 @@ Release 8.2.14 - Release date + Release Date 2009-09-09 @@ -1613,7 +1613,7 @@ Release 8.2.13 - Release date + Release Date 2009-03-16 @@ -1779,7 +1779,7 @@ Release 8.2.12 - Release date + Release Date 2009-02-02 @@ -1958,7 +1958,7 @@ Release 8.2.11 - Release date + Release Date 2008-11-03 @@ -2142,7 +2142,7 @@ Release 8.2.10 - Release date + Release Date 2008-09-22 @@ -2374,7 +2374,7 @@ Release 8.2.9 - Release date + Release Date 2008-06-12 @@ -2441,7 +2441,7 @@ Release 8.2.8 - Release date + Release Date never released @@ -2636,7 +2636,7 @@ Release 8.2.7 - Release date + Release Date 2008-03-17 @@ -2905,7 +2905,7 @@ Release 8.2.6 - Release date + Release Date 2008-01-07 @@ -3196,7 +3196,7 @@ Release 8.2.5 - Release date + Release Date 2007-09-17 @@ -3373,7 +3373,7 @@ Release 8.2.4 - Release date + Release Date 2007-04-23 @@ -3517,7 +3517,7 @@ Release 8.2.3 - Release date + Release Date 2007-02-07 @@ -3563,7 +3563,7 @@ Release 8.2.2 - Release date + Release Date 2007-02-05 @@ -3721,7 +3721,7 @@ Release 8.2.1 - Release date + Release Date 2007-01-08 @@ -3856,7 +3856,7 @@ Release 8.2 - Release date + Release Date 2006-12-05 diff --git a/doc/src/sgml/release-8.3.sgml b/doc/src/sgml/release-8.3.sgml index c0595ab5df..b8eca86f7e 100644 --- a/doc/src/sgml/release-8.3.sgml +++ b/doc/src/sgml/release-8.3.sgml @@ -5,7 +5,7 @@ Release 8.3.14 - Release date + Release Date 2011-01-31 @@ -137,7 +137,7 @@ Release 8.3.13 - Release date + Release Date 2010-12-16 @@ -415,7 +415,7 @@ Release 8.3.12 - Release date + Release Date 2010-10-04 @@ -778,7 +778,7 @@ Release 8.3.11 - Release date + Release Date 2010-05-17 @@ -1007,7 +1007,7 @@ Release 8.3.10 - Release date + Release Date 2010-03-15 @@ -1334,7 +1334,7 @@ Release 8.3.9 - Release date + Release Date 2009-12-14 @@ -1667,7 +1667,7 @@ Release 8.3.8 - Release date + Release Date 2009-09-09 @@ -1957,7 +1957,7 @@ Release 8.3.7 - Release date + Release Date 2009-03-16 @@ -2180,7 +2180,7 @@ Release 8.3.6 - Release date + Release Date 2009-02-02 @@ -2474,7 +2474,7 @@ Release 8.3.5 - Release date + Release Date 2008-11-03 @@ -2729,7 +2729,7 @@ Release 8.3.4 - Release date + Release Date 2008-09-22 @@ -3083,7 +3083,7 @@ Release 8.3.3 - Release date + Release Date 2008-06-12 @@ -3150,7 +3150,7 @@ Release 8.3.2 - Release date + Release Date never released @@ -3515,7 +3515,7 @@ Release 8.3.1 - Release date + Release Date 2008-03-17 @@ -3828,7 +3828,7 @@ Release 8.3 - Release date + Release Date 2008-02-04 diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index 5cabfb4d01..31910c6972 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -5,7 +5,7 @@ Release 8.4.7 - Release date + Release Date 2011-01-31 @@ -137,7 +137,7 @@ Release 8.4.6 - Release date + Release Date 2010-12-16 @@ -448,7 +448,7 @@ Release 8.4.5 - Release date + Release Date 2010-10-04 @@ -970,7 +970,7 @@ Release 8.4.4 - Release date + Release Date 2010-05-17 @@ -1261,7 +1261,7 @@ Release 8.4.3 - Release date + Release Date 2010-03-15 @@ -1728,7 +1728,7 @@ Release 8.4.2 - Release date + Release Date 2009-12-14 @@ -2259,7 +2259,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE Release 8.4.1 - Release date + Release Date 2009-09-09 @@ -2558,7 +2558,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE Release 8.4 - Release date + Release Date 2009-07-01 diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index dcd9e1e22c..2288f1b0e6 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -5,7 +5,7 @@ Release 9.0.3 - Release date + Release Date 2011-01-31 @@ -181,7 +181,7 @@ Release 9.0.2 - Release date + Release Date 2010-12-16 @@ -628,7 +628,7 @@ Release 9.0.1 - Release date + Release Date 2010-10-04 @@ -770,7 +770,7 @@ Release 9.0 - Release date + Release Date 2010-09-20 diff --git a/doc/src/sgml/release-old.sgml b/doc/src/sgml/release-old.sgml index 7cb1451cdc..f03683ec3f 100644 --- a/doc/src/sgml/release-old.sgml +++ b/doc/src/sgml/release-old.sgml @@ -5,7 +5,7 @@ Release 7.3.21 - Release date + Release Date 2008-01-07 @@ -117,7 +117,7 @@ Release 7.3.20 - Release date + Release Date 2007-09-17 @@ -178,7 +178,7 @@ Release 7.3.19 - Release date + Release Date 2007-04-23 @@ -234,7 +234,7 @@ Release 7.3.18 - Release date + Release Date 2007-02-05 @@ -296,7 +296,7 @@ Release 7.3.17 - Release date + Release Date 2007-01-08 @@ -352,7 +352,7 @@ Release 7.3.16 - Release date + Release Date 2006-10-16 @@ -394,7 +394,7 @@ Release 7.3.15 - Release date + Release Date 2006-05-23 @@ -486,7 +486,7 @@ Fuhr) Release 7.3.14 - Release date + Release Date 2006-02-14 @@ -543,7 +543,7 @@ and isinf during configure (Tom) Release 7.3.13 - Release date + Release Date 2006-01-09 @@ -605,7 +605,7 @@ what's actually returned by the query (Joe) Release 7.3.12 - Release date + Release Date 2005-12-12 @@ -652,7 +652,7 @@ table has been dropped Release 7.3.11 - Release date + Release Date 2005-10-04 @@ -703,7 +703,7 @@ the variable is of pass-by-reference type Release 7.3.10 - Release date + Release Date 2005-05-09 @@ -829,7 +829,7 @@ month-related formats Release 7.3.9 - Release date + Release Date 2005-01-31 @@ -885,7 +885,7 @@ datestyles Release 7.3.8 - Release date + Release Date 2004-10-22 @@ -935,7 +935,7 @@ concern since there is no reason for non-developers to use this script anyway. Release 7.3.7 - Release date + Release Date 2004-08-16 @@ -975,7 +975,7 @@ since PostgreSQL 7.1. Release 7.3.6 - Release date + Release Date 2004-03-02 @@ -1040,7 +1040,7 @@ operations on bytea columns (Joe) Release 7.3.5 - Release date + Release Date 2003-12-03 @@ -1091,7 +1091,7 @@ operations on bytea columns (Joe) Release 7.3.4 - Release date + Release Date 2003-07-24 @@ -1131,7 +1131,7 @@ operations on bytea columns (Joe) Release 7.3.3 - Release date + Release Date 2003-05-22 @@ -1241,7 +1241,7 @@ operations on bytea columns (Joe) Release 7.3.2 - Release date + Release Date 2003-02-04 @@ -1302,7 +1302,7 @@ operations on bytea columns (Joe) Release 7.3.1 - Release date + Release Date 2002-12-18 @@ -1352,7 +1352,7 @@ operations on bytea columns (Joe) Release 7.3 - Release date + Release Date 2002-11-27 @@ -1988,7 +1988,7 @@ operations on bytea columns (Joe) Release 7.2.8 - Release date + Release Date 2005-05-09 @@ -2039,7 +2039,7 @@ month-related formats Release 7.2.7 - Release date + Release Date 2005-01-31 @@ -2087,7 +2087,7 @@ datestyles Release 7.2.6 - Release date + Release Date 2004-10-22 @@ -2138,7 +2138,7 @@ concern since there is no reason for non-developers to use this script anyway. Release 7.2.5 - Release date + Release Date 2004-08-16 @@ -2181,7 +2181,7 @@ since PostgreSQL 7.1. Release 7.2.4 - Release date + Release Date 2003-01-30 @@ -2220,7 +2220,7 @@ since PostgreSQL 7.1. Release 7.2.3 - Release date + Release Date 2002-10-01 @@ -2257,7 +2257,7 @@ since PostgreSQL 7.1. Release 7.2.2 - Release date + Release Date 2002-08-23 @@ -2300,7 +2300,7 @@ since PostgreSQL 7.1. Release 7.2.1 - Release date + Release Date 2002-03-21 @@ -2346,7 +2346,7 @@ since PostgreSQL 7.1. Release 7.2 - Release date + Release Date 2002-02-04 @@ -2902,7 +2902,7 @@ since PostgreSQL 7.1. Release 7.1.3 - Release date + Release Date 2001-08-15 @@ -2940,7 +2940,7 @@ Cygwin build (Jason Tishler) Release 7.1.2 - Release date + Release Date 2001-05-11 @@ -2978,7 +2978,7 @@ pg_dump cleanups Release 7.1.1 - Release date + Release Date 2001-05-05 @@ -3025,7 +3025,7 @@ Python fixes (Darcy) Release 7.1 - Release date + Release Date 2001-04-13 @@ -3323,7 +3323,7 @@ New FreeBSD tools ipc_check, start-scripts/freebsd Release 7.0.3 - Release date + Release Date 2000-11-11 @@ -3395,7 +3395,7 @@ Fix for crash of backend, on abort (Tom) Release 7.0.2 - Release date + Release Date 2000-06-05 @@ -3429,7 +3429,7 @@ Added documentation to tarball. Release 7.0.1 - Release date + Release Date 2000-06-01 @@ -3484,7 +3484,7 @@ ecpg changes (Michael) Release 7.0 - Release date + Release Date 2000-05-08 @@ -3953,7 +3953,7 @@ New multibyte encodings Release 6.5.3 - Release date + Release Date 1999-10-13 @@ -3989,7 +3989,7 @@ Fix dumping rules on inherited tables Release 6.5.2 - Release date + Release Date 1999-09-15 @@ -4046,7 +4046,7 @@ Updated version of pgaccess 0.98 Release 6.5.1 - Release date + Release Date 1999-07-15 @@ -4101,7 +4101,7 @@ Add Win1250 (Czech) support (Pavel Behal) Release 6.5 - Release date + Release Date 1999-06-09 @@ -4501,7 +4501,7 @@ New install commands for plpgsql(Jan) Release 6.4.2 - Release date + Release Date 1998-12-20 @@ -4536,7 +4536,7 @@ Fix for datetime constant problem on some platforms(Thomas) Release 6.4.1 - Release date + Release Date 1998-12-18 @@ -4600,7 +4600,7 @@ Upgrade to PyGreSQL 2.2(D'Arcy) Release 6.4 - Release date + Release Date 1998-10-30 @@ -4897,7 +4897,7 @@ new Makefile.shlib for shared library configuration(Tom) Release 6.3.2 - Release date + Release Date 1998-04-07 @@ -4967,7 +4967,7 @@ ASSERT fixes(Bruce) Release 6.3.1 - Release date + Release Date 1998-03-23 @@ -5053,7 +5053,7 @@ Better identify tcl and tk libs and includes(Bruce) Release 6.3 - Release date + Release Date 1998-03-01 @@ -5365,7 +5365,7 @@ Remove un-needed malloc() calls and replace with palloc()(Bruce) Release 6.2.1 - Release date + Release Date 1997-10-17 @@ -5447,7 +5447,7 @@ Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan) Release 6.2 - Release date + Release Date 1997-10-02 @@ -5600,7 +5600,7 @@ SPI and Trigger programming guides (Vadim & D'Arcy) Release 6.1.1 - Release date + Release Date 1997-07-22 @@ -5645,7 +5645,7 @@ pg_dumpall now returns proper status, portability fix(Bruce) Release 6.1 - Release date + Release Date 1997-06-08 @@ -5817,7 +5817,7 @@ DG/UX, Ultrix, IRIX, AIX portability fixes Release 6.0 - Release date + Release Date 1997-01-29 @@ -5961,7 +5961,7 @@ Unused/uninitialized variables corrected Release 1.09 - Release date + Release Date 1996-11-04 @@ -5976,7 +5976,7 @@ releases. Release 1.02 - Release date + Release Date 1996-08-01 @@ -6125,7 +6125,7 @@ Contributors (apologies to any missed) Release 1.01 - Release date + Release Date 1996-02-23 @@ -6317,7 +6317,7 @@ Bug fixes: Release 1.0 - Release date + Release Date 1995-09-05 @@ -6374,7 +6374,7 @@ Bug fixes: <productname>Postgres95</productname> Release 0.03 - Release date + Release Date 1995-07-21 @@ -6496,7 +6496,7 @@ New documentation: <productname>Postgres95</productname> Release 0.02 - Release date + Release Date 1995-05-25 @@ -6547,7 +6547,7 @@ The following bugs have been fixed in postgres95-beta-0.02: <productname>Postgres95</productname> Release 0.01 - Release date + Release Date 1995-05-01 diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index 8d5ffd673f..1b06519b38 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -1928,7 +1928,7 @@ SELECT * FROM phone_number WHERE tricky(person, phone); -Rules versus Triggers +Rules Versus Triggers rule diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 0059868ca1..be409c20d4 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -552,7 +552,7 @@ psql: could not connect to server: No such file or directory
- <systemitem class="osname">System V</> <acronym>IPC</> parameters</> + <title><systemitem class="osname">System V</> <acronym>IPC</> Parameters @@ -738,7 +738,7 @@ psql: could not connect to server: No such file or directory BSD/OSIPC configuration - Shared Memory</> + <title>Shared Memory By default, only 4 MB of shared memory is supported. Keep in mind that shared memory is not pageable; it is locked in RAM. @@ -759,7 +759,7 @@ options "SHMMAX=\(SHMALL*PAGE_SIZE\)" - Semaphores</> + <title>Semaphores You will probably want to increase the number of semaphores as well; the default system total of 60 will only allow about @@ -1092,7 +1092,7 @@ set semsys:seminfo_semmsl=32
- <productname>PostgreSQL</productname> shared memory usage</> + <title><productname>PostgreSQL</productname> Shared Memory Usage</> <tgroup cols="2"> <thead> @@ -1701,7 +1701,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput </para> <sect2 id="ssl-client-certificates"> - <title>Using client certificates + Using Client Certificates To require the client to supply a trusted certificate, place diff --git a/doc/src/sgml/seg.sgml b/doc/src/sgml/seg.sgml index ff033f1a90..a726ca127f 100644 --- a/doc/src/sgml/seg.sgml +++ b/doc/src/sgml/seg.sgml @@ -99,7 +99,7 @@ test=> select '6.25 .. 6.50'::seg as "pH";
- <type>seg</> external representations + <type>seg</> External Representations @@ -133,7 +133,7 @@ test=> select '6.25 .. 6.50'::seg as "pH";
- Examples of valid <type>seg</> input + Examples of Valid <type>seg</> Input @@ -241,7 +241,7 @@ test=> select '6.25 .. 6.50'::seg as "pH";
- Seg GiST operators + Seg GiST Operators diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 7b56506195..2604cfc118 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -293,7 +293,7 @@ $ restorecon -R /usr/local/pgsql/ Features - controlled object classes + Controlled Object Classes The security model of SELinux describes all the access control rules as a relationship between a subject entity (typically, diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml index d4a593e5f4..d82706b40b 100644 --- a/doc/src/sgml/sourcerepo.sgml +++ b/doc/src/sgml/sourcerepo.sgml @@ -26,7 +26,7 @@ - Getting The Source Via <productname>Git</> + Getting The Source via <productname>Git</> With Git you will make a copy of the entire code repository diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 70ad4574f9..ac8f462de0 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -326,7 +326,7 @@ ereport(level, (errmsg_internal("format string", ...))); - What goes where + What Goes Where The primary message should be short, factual, and avoid reference to @@ -388,7 +388,7 @@ Hint: the addendum - Quotation marks + Quotation Marks English text should use double quotes when quoting is appropriate. @@ -409,7 +409,7 @@ Hint: the addendum - Use of quotes + Use of Quotes Use quotes always to delimit file names, user-supplied identifiers, and @@ -433,7 +433,7 @@ Hint: the addendum - Grammar and punctuation + Grammar and Punctuation The rules are different for primary error messages and for detail/hint @@ -472,7 +472,7 @@ Hint: the addendum - Upper case vs. lower case + Upper Case vs. Lower Case Use lower case for message wording, including the first letter of a @@ -488,7 +488,7 @@ Hint: the addendum - Avoid passive voice + Avoid Passive Voice Use the active voice. Use complete sentences when there is an acting @@ -504,7 +504,7 @@ Hint: the addendum - Present vs past tense + Present vs. Past Tense Use past tense if an attempt to do something failed, but could perhaps @@ -544,7 +544,7 @@ cannot open file "%s" - Type of the object + Type of the Object When citing the name of an object, state what kind of object it is. @@ -573,7 +573,7 @@ cannot open file "%s" - Assembling error messages + Assembling Error Messages When a message includes text that is generated elsewhere, embed it in @@ -594,7 +594,7 @@ could not open file %s: %m - Reasons for errors + Reasons for Errors Messages should always state the reason why an error occurred. @@ -609,7 +609,7 @@ BETTER: could not open file %s (I/O failure) - Function names + Function Names Don't include the name of the reporting routine in the error text. We have @@ -641,7 +641,7 @@ BETTER: could not open file %s: %m - Tricky words to avoid + Tricky Words to Avoid Unable @@ -717,7 +717,7 @@ BETTER: unrecognized node type: 42 - Proper spelling + Proper Spelling Spell out words in full. For instance, avoid: diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 2ebea7cf34..482e08a031 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -2296,7 +2296,7 @@ LANGUAGE SQL IMMUTABLE STRICT; - Using positional notation + Using Positional Notation function @@ -2331,7 +2331,7 @@ SELECT concat_lower_or_upper('Hello', 'World'); - Using named notation + Using Named Notation function @@ -2370,7 +2370,7 @@ SELECT concat_lower_or_upper(a := 'Hello', uppercase := true, b := 'World'); - Using mixed notation + Using Mixed Notation function diff --git a/doc/src/sgml/tablefunc.sgml b/doc/src/sgml/tablefunc.sgml index 5e738f92d4..65917f7d30 100644 --- a/doc/src/sgml/tablefunc.sgml +++ b/doc/src/sgml/tablefunc.sgml @@ -23,7 +23,7 @@
- <filename>tablefunc</> functions + <filename>tablefunc</> Functions @@ -620,7 +620,7 @@ connectby(text relname, text keyid_fld, text parent_keyid_fld
- <function>connectby</function> parameters + <function>connectby</function> Parameters diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index cf8cc76aae..8ce7351a7c 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -13,7 +13,7 @@ - Deprecation notice + Deprecation Notice From PostgreSQL 8.3 on, there is XML-related @@ -31,7 +31,7 @@ - Description of functions + Description of Functions shows the functions provided by this module. @@ -339,7 +339,7 @@ WHERE t.author_id = p.person_id; - Multivalued results + Multivalued Results The xpath_table function assumes that the results of each XPath query @@ -414,7 +414,7 @@ ORDER BY doc_num, line_num; - XSLT functions + XSLT Functions The following functions are available if libxslt is installed: