11 reputation
1
bio website
location
age
visits member for 1 year, 4 months
seen Jan 19 '12 at 14:51
stats profile views 1

PostgreSQL developer/DBA and a database geek.


Jan
11
awarded  Teacher
Jan
11
comment Is there a simple way in PL/pgSQL to check if a query returned no result?
generally no, it raises exceptions only if STRICT clause is specified, like SELECT * INTO STRICT my record...
Jan
11
answered Is there a simple way in PL/pgSQL to check if a query returned no result?