Re: character varying exceeded

From: Andrew Sullivan <ajs(at)commandprompt(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: character varying exceeded
Date: 2008-05-20 15:38:32
Message-ID: 20080520153831.GE56707@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, May 20, 2008 at 08:19:56AM -0700, Marc Fromm wrote:

> breached the 1000 limit. When the user submitted the form the data was
> not entered into the database and no error or message was displayed.

I think your application is broken. There was so an error message
generated. It sounds like your application didn't catch it or display
it.

If you're using straight psql, then the problem is that
client_min_messages is set too high, and clients aren't seeing
errors. That's surely a mistake.

A

--
Andrew Sullivan
ajs(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-05-20 17:38:38 Re: how i can restrict databaseusers ?
Previous Message Travis Smith 2008-05-20 15:33:11 Re: how i can restrict databaseusers ?