Re: SQL Bug

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: SQL Bug
Дата
Msg-id 726e0ba0-67a7-a1a1-4844-8bff8597e00b@iki.fi
обсуждение исходный текст
Ответ на Re: SQL Bug  (Bujji Babu <bujji.babu@heales.com>)
Ответы Re: SQL Bug  (Bujji Babu <bujji.babu@heales.com>)
Список pgsql-bugs
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




В списке pgsql-bugs по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #14356: "FATAL: the database system is starting up" error occurs to queries after PostgreSQL server start
Следующее
От: Bujji Babu
Дата:
Сообщение: Re: SQL Bug