Doubt in reset date style

From: Manav Kumar <mkumar(at)yugabyte(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Doubt in reset date style
Date: 2025-04-30 21:17:27
Message-ID: CAPhCW+-_tbRbL1bHrRQQPpajC+CZ=z5shb_LqTppgh8tq9HKyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Team,
I have a doubt in the expected output file:
src/test/regress/expected/horology.out

at
https://github.com/postgres/postgres/blob/913c60b067aa1a618420fd0372c4df3cf5501863/src/test/regress/expected/horology.out#L117.

After doing the reset DateStyle.
Why output is still in 'Postgres, MDY' form rather than 'ISO, MDY'. As
reset would have reset the datestyle value to default value as 'ISO, MDY'.
I don't see any Alter cmd which changes the default value of DateStyle as
well.
Can you please correct me why this Pg Behaviour is expected.

Thanks In Advance!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2025-04-30 21:31:11 Re: Doubt in reset date style
Previous Message Masahiko Sawada 2025-04-30 19:55:35 Re: BUG #17695: Failed Assert in logical replication snapbuild.