|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.142 2004/02/01 06:55:07 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.143 2004/03/09 16:57:46 neilc Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="datatype"> |
@@ -1409,7 +1409,7 @@ SELECT b, char_length(b) FROM test2; |
1409 | 1409 | traditional <productname>POSTGRES</productname>, and others. |
1410 | 1410 | For some formats, ordering of month, day, and year in date input is |
1411 | 1411 | ambiguous and there is support for specifying the expected |
1412 | | - ordering of these fields. Set the <varname>datestyle</> parameter |
| 1412 | + ordering of these fields. Set the <xref linkend="guc-datestyle"> parameter |
1413 | 1413 | to <literal>MDY</> to select month-day-year interpretation, |
1414 | 1414 | <literal>DMY</> to select day-month-year interpretation, or |
1415 | 1415 | <literal>YMD</> to select year-month-day interpretation. |
@@ -1720,7 +1720,7 @@ January 8 04:05:06 1999 PST |
1720 | 1720 | time zone specified is converted to UTC using the appropriate offset |
1721 | 1721 | for that time zone. If no time zone is stated in the input string, |
1722 | 1722 | then it is assumed to be in the time zone indicated by the system's |
1723 | | - <varname>timezone</> parameter, and is converted to UTC using the |
| 1723 | + <xref linkend="guc-timezone"> parameter, and is converted to UTC using the |
1724 | 1724 | offset for the <varname>timezone</> zone. |
1725 | 1725 | </para> |
1726 | 1726 |
|
@@ -1993,8 +1993,8 @@ January 8 04:05:06 1999 PST |
1993 | 1993 |
|
1994 | 1994 | <para> |
1995 | 1995 | The date/time styles can be selected by the user using the |
1996 | | - <command>SET datestyle</command> command, the |
1997 | | -<varname>datestyle</varname> parameter in the |
| 1996 | + <command>SET datestyle</command> command, the <xref |
| 1997 | +linkend="guc-datestyle"> parameter in the |
1998 | 1998 | <filename>postgresql.conf</filename> configuration file, or the |
1999 | 1999 | <envar>PGDATESTYLE</envar> environment variable on the server or |
2000 | 2000 | client. The formatting function <function>to_char</function> |
@@ -2092,8 +2092,8 @@ January 8 04:05:06 1999 PST |
2092 | 2092 |
|
2093 | 2093 | <listitem> |
2094 | 2094 | <para> |
2095 | | - The <varname>timezone</varname> configuration parameter can be |
2096 | | - set in the file <filename>postgresql.conf</>. |
| 2095 | + The <xref linkend="guc-timezone"> configuration parameter can |
| 2096 | +beset in the file <filename>postgresql.conf</>. |
2097 | 2097 | </para> |
2098 | 2098 | </listitem> |
2099 | 2099 |
|
@@ -2929,7 +2929,7 @@ SELECT * FROM test; |
2929 | 2929 | <productname>PostgreSQL</productname> as primary keys for various |
2930 | 2930 | system tables. An OID system column is also added to user-created |
2931 | 2931 | tables, unless <literal>WITHOUT OIDS</literal> is specified when |
2932 | | - the table is created, or the <varname>default_with_oids</varname> |
| 2932 | + the table is created, or the <xref linkend="guc-default-with-oids"> |
2933 | 2933 | configuration variable is set to false. Type <type>oid</> |
2934 | 2934 | represents an object identifier. There are also several alias |
2935 | 2935 | types for <type>oid</>: <type>regproc</>, <type>regprocedure</>, |
|