Re: Postgres 10 partitioned tables

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgres 10 partitioned tables
Date: 2017-05-18 13:38:00
Message-ID: CADK3HHKuUnPiDTP-Fh8ff=-0rOeFzJHfspt-ceDak+ghahyPjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I've already done it https://github.com/pgjdbc/pgjdbc/pull/823

and added tests

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 18 May 2017 at 06:36, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> 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.
>
> Dave Cramer
>
> davec(at)postgresintl(dot)com
> www.postgresintl.com
>
> On 17 May 2017 at 15:42, Thomas Kellerer <spam_eater(at)gmx(dot)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(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>
>>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-05-18 14:56:45 Re: Postgres 10 partitioned tables
Previous Message Dave Cramer 2017-05-18 10:36:33 Re: Postgres 10 partitioned tables