Insert (or update) to a partitioned table returns 0 rows updated - Mailing list pgsql-jdbc

From Vincent Lasmarias
Subject Insert (or update) to a partitioned table returns 0 rows updated
Date
Msg-id 228537.48279.qm@web411.biz.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Insert (or update) to a partitioned table returns 0 rows updated  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
When I insert to (or update) the master table of
partitioned tables, the method's returning 0 (which
indicates that 0 rows are updated). I then checked the
DB and verified that it actually did successfully
insert one entry. My guess for this behavior is that
it's because the updated table is the child table and
not the master table.  Is that expected?

Thanks,
Vince

pgsql-jdbc by date:

Previous
From: "Geert Verhaag"
Date:
Subject: Re: JDBC and ClassNotFoundException
Next
From: Marcin Gala
Date:
Subject: JDBC and composite types