Re: BUG #2383: MessageBox Win32 API makes clients freeze - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2383: MessageBox Win32 API makes clients freeze
Date
Msg-id 14489.1144621164@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2383: MessageBox Win32 API makes clients freeze  ("Pegasus86" <Pegasus86@katamail.com>)
List pgsql-bugs
"Pegasus86" <Pegasus86@katamail.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2384: Can not install PostgreSQL 7.2.7 on FreeBSD6.0
Next
From: "Qingqing Zhou"
Date:
Subject: Re: BUG #2381: LIMIT 1 very very lazy than without