Re: Binary procedures for few types

From: Radosław Smogura <rsmogura(at)softperience(dot)eu>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Binary procedures for few types
Date: 2010-12-27 16:42:16
Message-ID: 201012271742.16329.rsmogura@softperience.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Merlin Moncure <mmoncure(at)gmail(dot)com> Monday 27 December 2010 15:30:27
> On Mon, Dec 27, 2010 at 4:00 AM, Radosław Smogura
>
> <rsmogura(at)softperience(dot)eu> wrote:
> > Hi,
> >
> > Can I ask for implementing binary in / out at least for following types:
> >
> > void - usefull when using binary and procudre returns void
>
> yeah -- this is pretty annoying/
>
> > acl - in this way that role's/user's name will be visible in binary
> > stream,
>
> what is the acl type?
aclitem - oid 1033. Would be greate if binary aclitem could have user's oid
and user's name, to not fetch users from backend.

Other types could be implemented too, only 12 with above :)

Kind regards,
Radosław Smogura
http://www.softperience.eu

In response to

Browse pgsql-general by date

  From Date Subject
Next Message InterRob 2010-12-27 16:48:35 CONSTRAINT does not show when applying a EXCLUDE constraint -- and what about Enterprise Architect?
Previous Message Rob Marjot 2010-12-27 16:31:26 CONSTRAINT does not show when applying a EXCLUDE constraint