RE: [SQL] binary operators / C func getting "invalid ELF header"

From: Michael Olivier <molivier(at)yahoo(dot)com>
To: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>, "pgsql-sql postgresql(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: RE: [SQL] binary operators / C func getting "invalid ELF header"
Date: 1999-01-20 19:05:42
Message-ID: 19990120190542.10324.rocketmail@send105.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Jackson, DeJuan" <djackson(at)cpsgroup(dot)com> wrote:
>
> > result = (~A) & (A ^ B)
> I see you got the answer to your question but isn't this the same as
> result = (~A) & B

Yes, thanks. Now it looks obvious :)

--M

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

Browse pgsql-sql by date

  From Date Subject
Next Message Ray Racine 1999-01-20 19:13:50 XML DOM and Postgres
Previous Message Jackson, DeJuan 1999-01-20 16:20:42 RE: [SQL] A path through a tree