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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

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
1002
1002
><DD
1003
1003
><P
1004
1004
>        Sets the time zone for displaying and interpreting time stamps.
1005
 
        The default is <TT
1006
 
CLASS="LITERAL"
1007
 
>unknown</TT
1008
 
>, which means to use whatever
1009
 
        the system environment specifies as the time zone.  See <A
 
1005
        If not explicitly set, the server initializes this variable to the
 
1006
        time zone specified by its system environment.  See <A
1010
1007
HREF="datatype-datetime.html#DATATYPE-TIMEZONES"
1011
1008
>Section 8.5.3</A
1012
 
> for more
1013
 
        information.
 
1009
> for more information.
1014
1010
       </P
1015
1011
></DD
1016
1012
><DT
1032
1028
>'Default'</TT
1033
1029
>,
1034
1030
        which is a collection that works in most of the world; there are
1035
 
        also 'Australia' and 'India', and other collections can be defined
 
1031
        also <TT
 
1032
CLASS="LITERAL"
 
1033
>'Australia'</TT
 
1034
> and <TT
 
1035
CLASS="LITERAL"
 
1036
>'India'</TT
 
1037
>, and other collections can be defined
1036
1038
        for a particular installation.  See <A
1037
1039
HREF="datetime-appendix.html"
1038
1040
>Appendix B</A
1439
1441
        be enabled for all sessions under a given user name by setting
1440
1442
        this parameter with <TT
1441
1443
CLASS="COMMAND"
1442
 
>ALTER USER SET</TT
 
1444
>ALTER ROLE SET</TT
1443
1445
>.
1444
1446
       </P
1445
1447
><P