From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | roberts(at)panix(dot)com |
Cc: | pgsql-hackers(at)postgreSQL(dot)org, pgsql-bugs(at)postgreSQL(dot)org, lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart) |
Subject: | Re: [HACKERS] MIN not defined for OID types |
Date: | 1998-09-05 04:37:23 |
Message-ID: | 199809050437.AAA04848@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
-- Start of PGP signed section.
>
> select min(oid) from pg_class;
> ERROR: function min(oid) does not exist
>
> I got this surprise while trying to optimize a hack for the PostgreSQL
> functions in Keystone (http://www.stonekeep.com/keystone)
>
Is this in 6.4 or 6.3.2? I think 6.4 may be able to do this, and if
not, perhaps Thomas can add it. Sounds like a good use for
binary-compatable operators.
Thomas, can we delete the old operators now that the binary compatable
stuff works? Just an idea, not sure if it is do-able.
--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas G. Lockhart | 1998-09-05 05:19:03 | Re: [HACKERS] MIN not defined for OID types |
Previous Message | Thomas G. Lockhart | 1998-09-05 01:06:10 | Re: [HACKERS] Release 6.4 |