Re: [SQL] Distinct oddity

2009-05-10 Thread Maximilian Tyrtania
am 10.05.2009 4:58 Uhr schrieb Alvaro Herrera unter alvhe...@commandprompt.com: >>> and what locale are you running in? >> >> lc_collate | de_DE >> | Shows the collation order locale. >> lc_ctype| de_DE >> | Shows the character classification and cas

Re: [SQL] RAISE NOTICE

2009-05-10 Thread Luigi N. Puleio
Hello Jasen, do you know if PQsetNoticeProcessor() is appliable to ADOQuery->Post()? I mean if I have an event where there's ADOQuery->Post(), should I do something like: returnvalue = ADOQuery->Post(); PQsetNoticeProcessor(ADOConnection, PQnoticeProcessor, returnvalue); right?... --- On Sun,

Re: [SQL] RAISE NOTICE

2009-05-10 Thread Jasen Betts
On 2009-05-08, Luigi N. Puleio wrote: > > --0-1541576050-1241773508=:80512 > Content-Type: text/plain; charset=us-ascii > > Hello everyone... > > I have a PL/PgSQL function where I use RAISE NOTICE but this kind of RAISE > can't be shown on windows with a popup message like the EXCEPTION, indeed