minor doc patch for example in 'SET' docs

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: minor doc patch for example in 'SET' docs
Date: 2002-02-26 08:36:42
Message-ID: GNELIHDDFBOCMGBFGEFOIEIPCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
setpatch.txt text/plain 661 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Helge Bahmann 2002-02-26 10:58:55 Re: WAL Performance Improvements
Previous Message Janardhana Reddy 2002-02-26 07:03:54 Re: WAL Performance Improvements