Possible values of DATESTYLE / PGDATESTYLE

Started by Sebastien Flaeschover 3 years ago3 messagesgeneral
Jump to latest
#1Sebastien Flaesch
sebastien.flaesch@4js.com

Hi!

I can find possible values for the DATESTYLE parameter in an old 7.2 doc page:
https://www.postgresql.org/docs/7.2/sql-set.html

But when switching to V14 there are no more values listed in the equivalent page...

Where can I find the list of possible values for this DATESTYLE parameter, for V14?

BR,
Seb

#2Christoph Moench-Tegeder
cmt@burggraben.net
In reply to: Sebastien Flaesch (#1)
Re: Possible values of DATESTYLE / PGDATESTYLE

## Sebastien Flaesch (sebastien.flaesch@4js.com):

Where can I find the list of possible values for this DATESTYLE parameter, for V14?

https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-DATESTYLE

Regards,
Christoph

--
Spare Space

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Sebastien Flaesch (#1)
Re: Possible values of DATESTYLE / PGDATESTYLE

Sebastien Flaesch <sebastien.flaesch@4js.com> writes:

I can find possible values for the DATESTYLE parameter in an old 7.2 doc page:
https://www.postgresql.org/docs/7.2/sql-set.html
But when switching to V14 there are no more values listed in the equivalent page...

All such info got moved to the per-setting documentation in chapter 20:

https://www.postgresql.org/docs/current/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT

regards, tom lane