stringToNode() for plan nodes...

From: "Katsaros Kwn/nos" <ntinos(at)aueb(dot)gr>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: stringToNode() for plan nodes...
Date: 2004-09-07 18:45:56
Message-ID: 1094582756.8463.8.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I have a problem with stringToNode() function. I'm trying to convert a
Plan into its ASCII representation. This seems to succeed. The problem
is that when I try to convert it back with stringToNode() the following
error is reported:

" ERROR: badly formatted node string "SEQSCAN :startup_cost 0.00
:tota"... "

In other words stringToNode(nodeToString(plan)) fails.

I've read somewhere that there is no support in stringToNode() for Plan
nodes.Is this true? I want it to work in order to store (in ASCII
format) and then read a Plan from disc. Any suggestions...?

Thanks in advance!
Katsaros Kwn/nos

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-09-07 19:09:28 Re: Salt in encrypted password in pg_shadow
Previous Message Ron St-Pierre 2004-09-07 18:42:13 Re: [PERFORM] Table UPDATE is too slow