From 625d4b38e0311fa5d281624d05f6cf7db46c98bb Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 9 Dec 2005 15:51:14 +0000 Subject: Let initdb detect the date order of the lc_time locale and initialize the datestyle parameter of the new cluster accordingly. --- doc/src/sgml/config.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 89dc122327c..2d1e5081834 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Server Configuration @@ -32,7 +32,7 @@ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.37 2005/11/17 22:14:50 tgl Exp $ One way to set these parameters is to edit the file postgresql.confpostgresql.conf, - which is normally kept in the data directory. (initdb + which is normally kept in the data directory. (initdb installs a default copy there.) An example of what this file might look like is: @@ -3300,7 +3300,10 @@ SELECT * FROM parent WHERE key = 2400; keywords US, NonEuro, and NonEuropean are synonyms for MDY. See for more information. The - default is ISO, MDY. + built-in default is ISO, MDY, but + initdb will initialize the + configuration file with a setting that corresponds to the + behavior of the chosen lc_time locale. -- cgit v1.2.3