Storing a query plan to disc... - Mailing list pgsql-general

From Katsaros Kwn/nos
Subject Storing a query plan to disc...
Date
Msg-id 1093948372.6995.3.camel@localhost.localdomain
Whole thread Raw
List pgsql-general
Hi!

I'm new to PostgreSQL (and C) and what I'm trying to do is to store a
query plan on disc (in a binary file).
My approach is to use SPI functions to get the query plan and then
transform it into a 'storable' format (Replacing the pointers with
actual values).

Is there any other way to do this? Is my approach OK?
The sure thing is that it is a messy task!

Thanks in advance,
ntinoas



pgsql-general by date:

Previous
From: "Thomas Chille"
Date:
Subject: Re: aggregates with complex type as state and init condition
Next
From: Oleg Bartunov
Date:
Subject: Re: functionality like Oracle's "connect by"