schema_to_xmlschema() seems a bit less than finished

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: schema_to_xmlschema() seems a bit less than finished
Date: 2007-07-12 20:57:20
Message-ID: 10647.1184273840@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In the regression database:

regression=# select schema_to_xmlschema('public',false,false,'foo');
ERROR: cache lookup failed for type 0

I have no idea what this function should produce, but surely not that?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-07-12 21:16:30 Re: compiler warnings on the buildfarm
Previous Message Magnus Hagander 2007-07-12 20:45:42 Re: compiler warnings on the buildfarm