Re: [HACKERS] regression: select_views.sql

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] regression: select_views.sql
Date: 1998-02-24 03:39:57
Message-ID: 34F2410C.8ED7A4FB@sable.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas G. Lockhart wrote:
>
> > DATA(insert OID = 793 ( "<" PGUID 0 b t f 602 602 701 ... path_n_lt ...
> > ^^^
> > this is float8 but path_n_lt() returns bool...
> >
> > The same for all path_n_* funcs (may be others too)...
>
> I'll fix this...

Nice. There are other invalids:

vac=> select oprname, oprcode from pg_operator where oprcanhash and oprname <> '=';
oprname|oprcode
-------+------------
~= |intervalsame
^^^^^^^^^^^^^^^^^^^^ ok, but others are not!
<> |intervalne
< |intervallt
> |intervalgt
<= |intervalle
>= |intervalge
(6 rows)

(BTW, oprcanhash can be used to let know does operator mean EQUALity...
I'd like to use this for subselects)

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-24 03:50:12 Re: [PATCHES] Re: [HACKERS] Here it is - view permissions
Previous Message The Hermit Hacker 1998-02-24 03:26:42 Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'