[SQL] Re: [HACKERS] BLOB HOWTO??

2001-01-29 Thread Jan Wieck
Bruce Momjian wrote: > > Hi Bruce, > > > > Any idea when it's due for?? > > When? Probably not until 7.2, which is a pain. We cannot use TOAST as is for BLOB/CLOB storage with a binary IO interface over fastpath. The reason is that you cannot force a column to be moved off anyw

Re: [SQL] Re: [HACKERS] BLOB HOWTO??

2001-01-29 Thread Jan Wieck
Bruce Momjian wrote: > > I would LOVE to see it in a minor 7.1.X release. It's *feature* with alot necessary coding in core functionality below heap access methods. Not a good candidate for a bugfix release. Jan > > > > Bruce, > > > > Thanks for replying (I know you're

[SQL] Re: [HACKERS] BLOB HOWTO??

2001-01-29 Thread Bruce Momjian
I would LOVE to see it in a minor 7.1.X release. > Bruce, > > Thanks for replying (I know you're a busy man :) > > Any chance to have it backported to 7.1 or maybe in contrib??? > > This is a feature w all gonna lack (with GiST...) > > Regards, > On Mon, 29 Jan 2001, Bruce Momjian wrote: >

[SQL] Re: [HACKERS] BLOB HOWTO??

2001-01-29 Thread Bruce Momjian
> Hi Bruce, > > Any idea when it's due for?? > I've been thining about writing a user function; But I'll get stuck with > permission as a user function is running under the "postgres" or whatever > user instead of the calling user. > > Also, what kind of binary interface are you thinking of?? L