Re: [BUGS] SQL Bug

From: Bujji Babu <bujji(dot)babu(at)heales(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: [BUGS] SQL Bug
Date: 2016-10-06 11:19:22
Message-ID: 1738756281.1599713.1475752762765.JavaMail.zimbra@heales.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-sql

Dear Heikki,

It works.

Thanks&Regards,
M.Bujji Babu.

----- Original Message -----
From: "Heikki Linnakangas" <hlinnaka(at)iki(dot)fi>
To: "Bujji Babu" <bujji(dot)babu(at)heales(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Sent: Thursday, 6 October, 2016 12:07:27 PM
Subject: Re: [BUGS] SQL Bug

On 10/06/2016 01:59 PM, Bujji Babu wrote:
> Dear Heikki,
>
> Still same error msg.
>
> select * from connectby('emp','empid','mgrid','1','0')
> AS t(keyid text, parent_keyid text, level int);

That's not what I typed. The keyid and parent_keyid columns need to be
integers, not text, like in the table.

- Heikki

In response to

  • Re: SQL Bug at 2016-10-06 11:07:27 from Heikki Linnakangas

Browse pgsql-bugs by date

  From Date Subject
Next Message Marco Colombo 2016-10-06 11:43:14 Re: BUG #14351: Upsert not working in case of partitioned tables
Previous Message Heikki Linnakangas 2016-10-06 11:07:27 Re: SQL Bug

Browse pgsql-sql by date

  From Date Subject
Next Message Kevin Duffy 2016-10-07 00:05:52 row number with in cursor
Previous Message Heikki Linnakangas 2016-10-06 11:07:27 Re: SQL Bug