Re: BUG #13601: bit as quoted column in output

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "vicky(dot)soni(at)quipment(dot)nl" <vicky(dot)soni(at)quipment(dot)nl>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13601: bit as quoted column in output
Date: 2015-09-01 17:05:58
Message-ID: CAKFQuwaKMOLaF1QL80qf1knGZw5KnozExCUSvKz8iX5nXJ_Mww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tuesday, September 1, 2015, <vicky(dot)soni(at)quipment(dot)nl> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 13601
> Logged by: Vicky Soni
> Email address: vicky(dot)soni(at)quipment(dot)nl <javascript:;>
> PostgreSQL version: 9.3.9
> Operating system: Windows
> Description:
>
> Hi,
>
> I am trying to return a result set using dynamic query from a
> postgresql
> function.
>
> Function runs ok but when returning bit data type in one of the columns
> from
> output table, I get it as "bit" which should be bit only. Now executing
> same
> query outside of the function in normal mode, it returns column with bit
> data type only.
>
> Please guide me.
>
>
Provide examples.

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message thinvalue20 2015-09-01 22:52:07 BUG #13602: hi
Previous Message Thomas Munro 2015-09-01 13:15:30 Re: GRANT USAGE ON SEQUENCE missing from psql command completion