BUG #15283: Query Result equal 0 for partitioned table

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: suan(dot)tay(at)gmail(dot)com
Subject: BUG #15283: Query Result equal 0 for partitioned table
Date: 2018-07-18 12:59:19
Message-ID: 153191875971.1397.6462004283696046926@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15283
Logged by: Suan Tay
Email address: suan(dot)tay(at)gmail(dot)com
PostgreSQL version: 9.6.9
Operating system: Ubuntu 16,17
Description:

Hello,
Result of data insertion is alway at 0 when the table is partitionned.

I use Sorm as JPA in my Java App, it cacht the result and as it's equal to 0
it send to Error.
I solved this issue with SimpleORM but it's not the reel issue.

I also test the Postgresql 10.

Regards
ST

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-07-18 13:48:51 Re: PostgreSQL :: Catalog Query
Previous Message Thomas Kellerer 2018-07-18 12:52:53 Re: PostgreSQL :: Catalog Query