Re: Crash of Postgresql on Windows

From: Richard Huxton <dev(at)archonet(dot)com>
To: Andrew Gould <andrewlylegould(at)gmail(dot)com>
Cc: Emilie Laffray <emilie(dot)laffray(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Crash of Postgresql on Windows
Date: 2009-02-04 13:15:54
Message-ID: 4989950A.5060402@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andrew Gould wrote:
> On Wed, Feb 4, 2009 at 6:18 AM, Emilie Laffray <emilie(dot)laffray(at)gmail(dot)com>wrote:
>> UPDATE gtable AS g
>> SET code = '00' -- 04
>> WHERE g.code = '04'
>> AND g.cc = 'TW';

> What does '--' do?

It's a comment delimeter

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2009-02-04 13:17:38 Re: Crash of Postgresql on Windows
Previous Message Gregory Stark 2009-02-04 13:14:42 Re: C function question