Re: pg_views definition format - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pg_views definition format
Date
Msg-id 4A0AF980.40906@dunslane.net
Whole thread Raw
In response to Re: pg_views definition format  (Kevin Field <kevinjamesfield@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: pg_views definition format
Next
From: Tom Lane
Date:
Subject: Re: pg_views definition format