Re: minor doc patch for example in 'SET' docs

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: minor doc patch for example in 'SET' docs
Date: 2002-02-26 15:46:02
Message-ID: 200202261546.g1QFk2Q25482@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> This fixes:
>
> SET TIME ZONE "PST8PDT";
> SELECT CURRENT_TIMESTAMP AS today;
>
> To be:
>
> SET TIME ZONE 'PST8PDT';
> SELECT CURRENT_TIMESTAMP AS today;

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-26 15:46:44 Re: minor doc patch for example in 'SET' docs
Previous Message Helge Bahmann 2002-02-26 13:34:10 Re: WAL Performance Improvements