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

From Christopher Kings-Lynne
Subject minor doc patch for example in 'SET' docs
Date
Msg-id GNELIHDDFBOCMGBFGEFOIEIPCBAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: minor doc patch for example in 'SET' docs
Re: minor doc patch for example in 'SET' docs
List pgsql-patches
This fixes:

SET TIME ZONE "PST8PDT";
SELECT CURRENT_TIMESTAMP AS today;

To be:

SET TIME ZONE 'PST8PDT';
SELECT CURRENT_TIMESTAMP AS today;

Attachment

pgsql-patches by date:

Previous
From: Janardhana Reddy
Date:
Subject: Re: WAL Performance Improvements
Next
From: Helge Bahmann
Date:
Subject: Re: WAL Performance Improvements