Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-28 Thread Dave Page
Thanks, patch applied! One thing I did notice - Sequences are missing the system object property. I've re-opened #1257 On Thu, Mar 28, 2019 at 5:17 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Thu

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-28 Thread Khushboo Vashi
Hi Dave, Please find the attached updated patch. Thanks, Khushboo On Thu, Mar 21, 2019 at 3:57 PM Dave Page wrote: > Hi > > On Thu, Mar 21, 2019 at 9:52 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote: >> >>> Hi

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-25 Thread Dave Page
On Mon, Mar 25, 2019 at 2:18 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Thu, Mar 21, 2019 at 3:22 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote: >> >>> Hi >>> >>> On Wed, Mar 20, 2019 at

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-24 Thread Khushboo Vashi
On Thu, Mar 21, 2019 at 3:22 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote: > >> Hi >> >> On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the att

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-21 Thread Dave Page
Hi On Thu, Mar 21, 2019 at 9:52 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote: > >> Hi >> >> On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-21 Thread Khushboo Vashi
Hi Dave, On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote: > Hi > > On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch to fix the RM #4030 - IDENTITY column not >> recognised. >> - Added support for IDENTITY col

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-20 Thread Dave Page
Hi On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #4030 - IDENTITY column not > recognised. > - Added support for IDENTITY column for PostgreSQL >= 10.0 > A few issues unfortunately: - There's an ex

[pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-20 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #4030 - IDENTITY column not recognised. - Added support for IDENTITY column for PostgreSQL >= 10.0 Thanks, Khushboo RM_4030.patch Description: Binary data