From: | William Yu <wyu(at)talisys(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: DROP TABLE IF EXISTS |
Date: | 2004-10-26 02:32:44 |
Message-ID: | clkcst$23v6$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
That's a new one to me. I use perl/DBI also and my scripts just ignore
errors w/o any error trapping. Maybe my defaults are set to ignore
errors. I only trap errors when I there's a possibility of catastrophic
failure. (Example, DB is down -- SELECT * FROM zzz returns an error so
the row count is 0 -- page looks normal except there's no content versus
some generic apache error message.)
Davis, Sean (NIH/NHGRI) wrote:
> Point taken. However, in a perl/DBI setting, the program does die unless I
> explicitly trap the error, etc. So, it is a convenience, true enough, but
> not an issue that I had to deal with in MySQL, so just thought I would ask.
From | Date | Subject | |
---|---|---|---|
Next Message | Pradeepkumar, Pyatalo (IE10) | 2004-10-26 03:38:12 | Re: Function to convert bigint to date |
Previous Message | aditya s | 2004-10-26 01:56:10 | Running pgreplicator 1.1.0 in redhat linux 9.0 |