Re: command length?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: stev knowles <stev(at)Precision(dot)Guesswork(dot)COM>, Postgresql Novice List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: command length?
Date: 2002-06-28 19:24:40
Message-ID: 200206281224.40687.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Stev,

> i am using a C interface into the database, based on the example code.
> occasionally, one of my INSERT's fails, with: INSERT command failed:
> PGRES_FATAL_ERROR.
>
> other inserts work correctly. re-entering the data doesnt seem to help, and
> a comparison with a successful INSERT doesnt yield anything obvious. is
> there any way to get a more granular answer for what it didnt like?

Yes. Watch the PostgreSQL Log file, assuming that you started Postgres with
a log file. If you didn't, then re-start Postgres with the output funneled
to a log. If necessary, up the debug level.

See the online administrator's guide.

--
-Josh Berkus

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message stev knowles 2002-06-28 19:33:29 Re: command length?
Previous Message stev knowles 2002-06-28 19:08:32 Re: command length?