From: | "Robert Wimmer" <seppwimmer(at)hotmail(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | type cast/validation functions |
Date: | 2004-12-28 21:50:09 |
Message-ID: | BAY10-F46B987C29ECABD921F27E0D09A0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
as i posted a few weeks ago, it is a handicap for me writing client side
appliciations with postgres, that you cant catch errorcodes - especially
after type casts. so you have to rewrite type check functions for every
client system.
programers life would become a lot easier if one would be able to let the
db-system do this work.
to remove this drawback i wrote a c-module for parsing/casting input data
and integrated it into postgres.
if someone is interested in my solution there is a demo and a short
description available at
http://www.wiro.co.at/postgres/test/demo_en.php
please let me know, what you think about this solution.
regards sepp wimmer
_________________________________________________________________
Match.com - ein Ort, an dem der Liebe keine Grenzen gesetzt sind!
http://match.msn.at
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2004-12-28 22:50:28 | Re: type cast/validation functions |
Previous Message | Frank van Vugt | 2004-12-23 15:27:20 | Re: plpgsql howto question |