From: | Chander Ganesan <chander(at)otg-nc(dot)com> |
---|---|
To: | Marc Fromm <Marc(dot)Fromm(at)wwu(dot)edu> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: character varying exceeded |
Date: | 2008-05-20 15:30:23 |
Message-ID: | 4832EE8F.3030300@otg-nc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Marc Fromm wrote:
> WE have a db with a column/field of type "character varying" set to a
> length of 1000. A user attempted to enter data into this column/field
> 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.
>
> Is there a way to have postgresql let the user no the entry attempt was
> declined? What is the best way to handle these situations
PostgreSQL does indicate that the statement failed. Chances are your
application code (that does the insert) is ignoring the error. You
should check your application code to ensure that it's handling error
messages on insert failures correctly, and notifying the user as
appropriate.
--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC 27560
919-463-0999/877-258-8987
http://www.otg-nc.com
Ask me about OTG's Expert PostgreSQL, PostGIS, PHP, and other Open Source training offerings.
From | Date | Subject | |
---|---|---|---|
Next Message | Travis Smith | 2008-05-20 15:33:11 | Re: how i can restrict databaseusers ? |
Previous Message | Vishal Mailinglist | 2008-05-20 15:26:22 | Re: Buggy PostgreSQL dotNET data providers |