Re: [JDBC] Postgres 10 partitioned tables - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: [JDBC] Postgres 10 partitioned tables
Date
Msg-id CADK3HH+gaHjaZFDpoNz0_fpk2EtLQwSbaztj2-30BR8VECpHKw@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] Postgres 10 partitioned tables  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: [JDBC] Postgres 10 partitioned tables  (Dave Cramer <pg@fastcrypt.com>)
Re: Postgres 10 partitioned tables  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Thomas,

Thanks!

So for github you need to clone the repo into your own. Then add your repo as a remote to the pgjdbc repo. Then you can push to your repo on a different branch and create pull requests.


On 17 May 2017 at 15:42, Thomas Kellerer <spam_eater@gmx.net> wrote:
I have updated the patch to also include proper handling of the new identity columns. getColumns() now returns YES for IS_AUTOINCREMENT

I tried to find out how to do this via Github, but the Github manual only says I need to push my commit to a branch, but even if I create a local tracking branch I can't push that, so I am a bit lost (never worked with Github before and git itself doesn't like me anyway)


--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc


pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: [JDBC] Postgres 10 partitioned tables
Next
From: Dave Cramer
Date:
Subject: Re: Postgres 10 partitioned tables