Re: determine client os

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Sim Zacks <sim(at)compulab(dot)co(dot)il>, PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: determine client os
Date: 2011-06-13 12:25:51
Message-ID: 4DF601CF.2040808@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2011-06-13 12:31:57 Re: determine client os
Previous Message Pavel Stehule 2011-06-13 12:21:04 Re: determine client os