Re: [HACKERS] Re: development

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: psqlhack(at)maidast(dot)demon(dot)co(dot)uk (Peter T Mount)
Cc: amoore(at)hiline(dot)net, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: development
Date: 1998-01-05 15:41:41
Message-ID: 199801051541.KAA10703@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Also, quite some time ago, someone did ask on how to do searches on large
> objects (consisting of large unicode documents). The existing stuff
> doesn't support this, but could it be done with this code?

I think this is what Vadim was alluding to when he talked about Illustra
having large objects that looked like columns in a table. Perhaps it
could be done easily by defining a function that takes a large object
name stored in a table, and returns its value.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-05 16:10:37 Re: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c')
Previous Message Bruce Momjian 1998-01-05 15:28:48 Re: [HACKERS] subselect