1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Let initdb detect the date order of the lc_time locale and initialize the

datestyle parameter of the new cluster accordingly.
This commit is contained in:
Peter Eisentraut
2005-12-09 15:51:14 +00:00
parent cd8f3ec599
commit 625d4b38e0
3 changed files with 79 additions and 5 deletions

View File

@ -566,7 +566,7 @@ SQL Commands
Clients
=======
* Have initdb set the input DateStyle (MDY or DMY) based on locale?
* -Have initdb set the input DateStyle (MDY or DMY) based on locale
* Have pg_ctl look at PGHOST in case it is a socket directory?
* Allow pg_ctl to work properly with configuration files located outside
the PGDATA directory