Re: DBD::Pg and "invalid frontend message type 10"

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: DBD::Pg and "invalid frontend message type 10"
Date: 2005-08-25 17:06:27
Message-ID: f4422406517dd3ef95faf1fa36a35d89@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> $dbh->func($_, 'putline');
> $dbh->func('endcopy'); # no docs on this func--got from google

Not sure what's going on exactly, but it is no doubt related
to the COPYing. Something that might help is to use the more
recent DBD::Pg COPY interfaces:

$dbh->pg_getline();
$dbh->pg_putline();
$dbh->pg_endcopy();

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200508251305
https://www.biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEARECAAYFAkMN+lIACgkQvJuQZxSWSsgjqQCg8Voy1tajPfIt1lhIgDo+H/hI
ukcAoI7cD/uV5bx7olhvq2yZmBamTU+f
=Yiq+
-----END PGP SIGNATURE-----

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2005-08-26 13:09:11 Re: [HACKERS] ECPG ignores SAVEPOINT if first statement of a transaction
Previous Message Tom Lane 2005-08-25 04:22:24 Re: LabView and PostgreSQL ; and RecordSet GetString performance