Re: minor doc patch for example in 'SET' docs - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: minor doc patch for example in 'SET' docs
Date
Msg-id 200202261546.g1QFk2Q25482@candle.pha.pa.us
Whole thread Raw
In response to minor doc patch for example in 'SET' docs  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Helge Bahmann
Date:
Subject: Re: WAL Performance Improvements
Next
From: Bruce Momjian
Date:
Subject: Re: minor doc patch for example in 'SET' docs