Re: [HACKERS] Re: pg_ctl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: pg_ctl
Date: 1999-11-30 04:03:33
Message-ID: 19200.943934613@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
>> It would indeed provide a nice way of defining virtual tables --- just
>> make a function that returns the current table contents on-demand.

> Anyway, it seems you already have an idea how to implement virtual
> tables without modifying the fmgr. Can you tell me about that?

No, I don't have any ideas --- I was just agreeing that it'd be a nice
thing if we could do it.

I am planning to add a "hook" field into the fmgr interface to allow
dealing with function results that can't be returned as a single Datum
(see previous discussions on hackers list). But I'm not going to try
to write any code that makes use of that hook, at least not for 7.0.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-11-30 04:11:15 Re: [HACKERS] sort on huge table
Previous Message Bruce Momjian 1999-11-30 04:02:16 Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions