Re: can only concatenate str (not "NoneType") to str

2019-09-11 Thread Avin Kavish
huh... another case of pre-mature issue creation On Thu, Sep 12, 2019 at 10:46 AM Michael Shapiro wrote: > Great! I looked for an issue about it on redmine.postgres.org. I didn't > see one so I created https://redmine.postgresql.org/issues/4732. > > > On Wed, Sep 11, 2019 at 10:36 PM Akshay

Re: can only concatenate str (not "NoneType") to str

2019-09-11 Thread Michael Shapiro
Great! I looked for an issue about it on redmine.postgres.org. I didn't see one so I created https://redmine.postgresql.org/issues/4732. On Wed, Sep 11, 2019 at 10:36 PM Akshay Joshi wrote: > Hi Michael > > It's already been fixed and available in the next release which will be > schedule on 19

Re: can only concatenate str (not "NoneType") to str

2019-09-11 Thread Akshay Joshi
Hi Michael It's already been fixed and available in the next release which will be schedule on 19th September. On Thu, 12 Sep, 2019, 01:40 Michael Shapiro, wrote: > When is this error when getting an object's SQL going to be fixed? > > can only concatenate str (not "NoneType") to str >

can only concatenate str (not "NoneType") to str

2019-09-11 Thread Michael Shapiro
When is this error when getting an object's SQL going to be fixed? can only concatenate str (not "NoneType") to str

Sane right-click Hurray

2019-09-11 Thread richard coleman
Finally got 4.12 here, and I am pleasantly surprised to see a sane (and some would say) sensible right-click context menu in the query tool. Good job devs. rik.

Re: Some pgAdmin bugs...

2019-09-11 Thread Dave Page
On Wed, Sep 11, 2019 at 6:35 AM Avin Kavish wrote: > Thanks for educating me there Dave, do you also know why and when this > decision was made? > OIDs come from a global 32 bit counter. That has overhead of course (locking), and it wraps around at ~4 billion so you cannot guarantee uniqueness i

Re: Some pgAdmin bugs...

2019-09-11 Thread Avin Kavish
Thanks for educating me there Dave, do you also know why and when this decision was made? On Tue, Sep 10, 2019 at 10:17 PM Dave Page wrote: > > > On Tue, Sep 10, 2019 at 12:36 PM Avin Kavish wrote: > >> Isn't there some internal uniqueness tracking mechanism? Object IDs or >> something? >> > >

Re: Some pgAdmin bugs...

2019-09-11 Thread Arni Kromić
On 10/09/2019 18.36, Avin Kavish wrote: > Isn't there some internal uniqueness tracking mechanism? Object IDs or > something? > > On Tue., 10 Sep. 2019, 9:56 pm Dave Page, > wrote: > > > > On Tue, Sep 10, 2019 at 9:24 AM Arni Kromić > mailto:arni.kro...@bios-ict.h