Re: BUG #2383: MessageBox Win32 API makes clients freeze

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pegasus86" <Pegasus86(at)katamail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2383: MessageBox Win32 API makes clients freeze
Date: 2006-04-09 22:19:24
Message-ID: 14489.1144621164@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Pegasus86" <Pegasus86(at)katamail(dot)com> writes:
> I have created a db which contains a function linked to a C function
> contained in a dll. This function should show a message box to the users.

This makes no sense whatsoever, as a C function will run in the server
process, which may not even be on the same machine as the clients, and
certainly will not have access to their screens given any minimal
concern for security in the system setup.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Qingqing Zhou 2006-04-10 03:02:19 Re: BUG #2381: LIMIT 1 very very lazy than without
Previous Message Tom Lane 2006-04-09 22:15:28 Re: BUG #2384: Can not install PostgreSQL 7.2.7 on FreeBSD6.0