Extra information in pg_dump
James William Pye
pgsql at jwp.name
Wed May 24 03:26:16 UTC 2006
On Tue, May 23, 2006 at 12:43:07PM -0700, Adrian Klaver wrote:
> Actually when I tried to load this function into the database it complained
> about the duplicate information. Leaving the byte code in is going to cause
> problems in the dump-restore cycle.
Yes, when I try to create a function like that I get:
ERROR: only one AS item needed for language "python"
Going to dig into this a little bit... I'm pretty sure there's nothing I can do
about that in the PL except not store the bytecode in probin..
More information about the Python-general
mailing list