Re: pg_views definition format

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Kevin Field <kevinjamesfield(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_views definition format
Date: 2009-05-13 16:46:56
Message-ID: 4A0AF980.40906@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kevin Field wrote:
>
>
> One other thing I'm just curious about, "!=" gets replaced with
> "<>"...how come? (Feels more VB-ish than C-ish, so I was surprised
> that that would be the official/preferred reconstruct....)
>
>

<> is the official SQL standard notation for "not equals", AFAIK. != is not.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-05-13 16:52:20 Re: pg_views definition format
Previous Message Kevin Grittner 2009-05-13 16:41:58 Re: pg_views definition format