Re: determine client os - Mailing list pgsql-general

From Craig Ringer
Subject Re: determine client os
Date
Msg-id 4DF601CF.2040808@postnewspapers.com.au
Whole thread Raw
In response to Re: determine client os  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: determine client os  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
On 06/13/2011 08:21 PM, Pavel Stehule wrote:
> Hello
>
> There is no special function.
>
> you can parse some info from version() function.

Yep, or you can use a PL/Python, PL/Perl or PL/Java function that makes
the appropriate calls in that language. Any of these will probably
require the use of the "untrusted" (superuser-only) version.

--
Craig Ringer

pgsql-general by date:

Previous
From: jonathansfl
Date:
Subject: Re: Can't drop temp table in subfunction during cursor loop (being used by active queries)
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: determine client os