sql >> Databasteknik >  >> RDS >> PostgreSQL

Hur ställer man in tidszon för Postgres psql?

psql (9.1.4)
Type "help" for help.

richardh=> show timezone;
 TimeZone 
----------
 GB
(1 row)

richardh=> set timezone='UTC';
SET
richardh=> show timezone;
 TimeZone 
----------
 UTC
(1 row)

richardh=> set timezone='US/Eastern';
SET
richardh=> show timezone;
  TimeZone  
------------
 US/Eastern
(1 row)

richardh=> set timezone='blah';
ERROR:  invalid value for parameter "TimeZone": "blah"


  1. MySQL:Kloning av en MySQL-databas på samma MySql-instans

  2. Det gick inte att infoga array i databasen

  3. postgresql-förfrågan över flera scheman

  4. Det går inte att generera skillnad från liquibase gradle plugin