[partition table] fetchall or fetchone function can not get the returning rows

Поиск
Список
Период
Сортировка
От Xiaoning Xu
Тема [partition table] fetchall or fetchone function can not get the returning rows
Дата
Msg-id 20FBD68BF7F3264B889B082B48A82FD66507847EE2@MORBO.phage.bcgsc.ca
обсуждение исходный текст
Ответы Re: [partition table] fetchall or fetchone function can not get the returning rows
Список pgsql-general
Hello,

I have a problem concerning the partition table.
When I store a record into one of the partition and use "RETURNING table_id" or "RETURNING *",
I expect the same result when calling fetchall or fetchone function as not using partition.
However, it simply returns nothing.

Since  the serial primary key of my partition table is the FK of some other tables, I need to get the
id after each insertion.
My solution now is to select the max id from the parent table.
I am wondering if there is any other alternatives to solve this problem.

Thank you in advance!
Rachel

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

Предыдущее
От: Jacques Lamothe
Дата:
Сообщение: Help with Multiple Cluster on same host
Следующее
От: David Morton
Дата:
Сообщение: Re: Help with Multiple Cluster on same host