~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/runtime-config-logging.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614095329-kerawur7tb6p8s71
Tags: 9.1~beta2-1
* New upstream beta release.
* Drop 03-cmsgcred-size.patch, fixed upstream.
* debian/postgresql-9.1.install: Install new pg_basebackup translations.
* debian/control: Fix the server-dev dependency to p-common to also work for
  backports.
* debian/watch: Fix for beta versions.
* debian/copyright: Add pointers to GPL and Artistic licenses for the Perl
  terms.
* debian/postgresql-9.1.preinst: Fail the package upgrade early when
  upgrading from beta-1, as the DB format changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
REV="MADE"
10
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
11
11
REL="HOME"
12
 
TITLE="PostgreSQL 9.1beta1 Documentation"
 
12
TITLE="PostgreSQL 9.1beta2 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="Server Configuration"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2011-04-27T21:20:33"></HEAD
 
29
CONTENT="2011-06-09T23:44:43"></HEAD
30
30
><BODY
31
31
CLASS="SECT1"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.1beta1 Documentation</A
 
47
>PostgreSQL 9.1beta2 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
1495
1495
><P
1496
1496
>        Causes each attempted connection to the server to be logged,
1497
1497
        as well as successful completion of client authentication.
1498
 
        This parameter can only be set in the <TT
1499
 
CLASS="FILENAME"
1500
 
>postgresql.conf</TT
1501
 
>
1502
 
        file or on the server command line.  The default is off.
 
1498
        This parameter cannot be changed after session start.
 
1499
        The default is off.
1503
1500
       </P
1504
1501
><DIV
1505
1502
CLASS="NOTE"
1542
1539
> but at session termination,
1543
1540
        and includes the duration of the session.  This is off by
1544
1541
        default.
1545
 
        This parameter can only be set in the <TT
1546
 
CLASS="FILENAME"
1547
 
>postgresql.conf</TT
1548
 
>
1549
 
        file or on the server command line.
 
1542
        This parameter cannot be changed after session start.
1550
1543
       </P
1551
1544
></DD
1552
1545
><DT
1731
1724
><P
1732
1725
></P
1733
1726
><A
1734
 
NAME="AEN28209"
 
1727
NAME="AEN28205"
1735
1728
></A
1736
1729
><TABLE
1737
1730
BORDER="1"
2189
2182
>)</DT
2190
2183
><DD
2191
2184
><P
2192
 
>        Sets the time zone used for timestamps written in the log.
 
2185
>        Sets the time zone used for timestamps written in the server log.
2193
2186
        Unlike <A
2194
2187
HREF="runtime-config-client.html#GUC-TIMEZONE"
2195
2188
>timezone</A
2196
2189
>, this value is cluster-wide,
2197
2190
        so that all sessions will report timestamps consistently.
2198
 
        The default is <TT
2199
 
CLASS="LITERAL"
2200
 
>unknown</TT
2201
 
>, which means use whatever
2202
 
        the system environment specifies as the time zone.  See <A
 
2191
        If not explicitly set, the server initializes this variable to the
 
2192
        time zone specified by its system environment.  See <A
2203
2193
HREF="datatype-datetime.html#DATATYPE-TIMEZONES"
2204
2194
>Section 8.5.3</A
2205
2195
> for more information.
2236
2226
>CSV</ACRONYM
2237
2227
>) format,
2238
2228
        with these columns:
2239
 
        timestamp with milliseconds,
 
2229
        time stamp with milliseconds,
2240
2230
        user name,
2241
2231
        database name,
2242
2232
        process ID,