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 10:36:33
Message-ID: CADK3HH+gaHjaZFDpoNz0_fpk2EtLQwSbaztj2-30BR8VECpHKw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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.

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 Dave Cramer 2017-05-18 13:38:00 Re: Postgres 10 partitioned tables
Previous Message Thomas Kellerer 2017-05-17 19:42:37 Re: Postgres 10 partitioned tables