Re: Enums printout - possible bug

2017-12-08 Thread Khushboo Vashi
On Sat, Dec 9, 2017 at 11:50 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > > On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: > >> Hi >> >> Yeah, that one is in my list to work on. Have you specifically tested it >> with enum types (not enum[])? >> > > Yes. > @Harshal, Can you

Re: Enums printout - possible bug

2017-12-08 Thread Dave Page
Nice! Thanks. Sent from my iPad > On 9 Dec 2017, at 06:20, Harshal Dhumal > wrote: > > >> On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: >> Hi >> >> Yeah, that one is in my list to work on. Have you specifically tested it >> with enum types (not enum[])? > > Yes. > > > > >> >>> O

Re: Enums printout - possible bug

2017-12-08 Thread Harshal Dhumal
On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: > Hi > > Yeah, that one is in my list to work on. Have you specifically tested it > with enum types (not enum[])? > Yes. [image: Inline image 3] > > On Sat, Dec 9, 2017 at 5:55 AM, Harshal Dhumal < > harshal.dhu...@enterprisedb.com> wrote: >

Re: Enums printout - possible bug

2017-12-08 Thread Dave Page
Hi Yeah, that one is in my list to work on. Have you specifically tested it with enum types (not enum[])? On Sat, Dec 9, 2017 at 5:55 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi Dave, > > Recently I sent a patch >

Re: Enums printout - possible bug

2017-12-08 Thread Harshal Dhumal
Hi Dave, Recently I sent a patch regarding multidimensional array representation issue. In that patch I have reworked about how multidimensional (1 dimension to n dimension) array data sh

Re: Enums printout - possible bug

2017-12-08 Thread Dave Page
Murtuza, can you investigate please? Thanks! On Fri, Dec 8, 2017 at 8:08 PM, Bartosz Dmytrak wrote: > Hi all, > > According to documentation: https://www.postgresql.org/ > docs/current/static/functions-enum.html when I execute SELECT > enum_range(null::rainbow) then output should look like this

Enums printout - possible bug

2017-12-08 Thread Bartosz Dmytrak
Hi all, According to documentation: https://www.postgresql.org/docs/current/static/functions-enum.html when I execute SELECT enum_range(null::rainbow) then output should look like this: {red,orange,yellow,green,blue,purple} But in pgAdmin output looks like this: {{,r,e,d,,,o,r,a,n,g,e,,,y,e,