Re: pg_views definition format

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Kevin Field" <kevinjamesfield(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_views definition format
Date: 2009-05-13 16:41:58
Message-ID: 4A0AB206.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kevin Field <kevinjamesfield(at)gmail(dot)com> 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 SQL standard operator. "!=" is a PostgreSQL extension,
for the convenience and comfort of those more used to it.

-Kevin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-05-13 16:46:56 Re: pg_views definition format
Previous Message Kevin Field 2009-05-13 16:21:16 Re: pg_views definition format