May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
dbaclass=# show timezone
|
||||
TimeZone
|
||||
--------------
|
||||
Asia/Kolkata
|
||||
(1 row)
|
||||
|
||||
dbaclass=# SELECT current_setting('TIMEZONE');
|
||||
current_setting
|
||||
-----------------
|
||||
Asia/Kolkata
|
||||
|
||||
dbaclass=# select name,setting,short_desc,boot_val from pg_settings where name='TimeZone';
|
||||
Reference in New Issue
Block a user