Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Michel Feinstein
Well, Github is a private company, but the vast majority of open-source projects are there now, Microsoft owns it and made a statement about it... I can't imagine this changing, it would be a huge PR nightmare for Microsoft. I am used to have Stackoverflow for questions and Github for issues, but

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Michel Feinstein
Yes, this doesn't affect me, but it just seems to be the wrong workflow, but if you guys don't get annoyed about it, then it's fine I guess. On Wed, May 15, 2019, 09:27 Dave Page wrote: > > > On Wed, May 15, 2019 at 1:01 PM Michel Feinstein < > michelfeinst...@gmail.com> wrote: > >> Well, I did

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Dave Page
On Wed, May 15, 2019 at 1:54 PM wrote: > I'm afraid I agree with this. Also, with my most recent concern, I found > that I was posting an issue to the tracker, then responding by email to > individuals from the mailing list who offered possible solutions. Some of > the potentially useful informat

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread mickey
iwal , pgadmin-support > lists.postgresql.org > Subject: Re: pgAdmin can't create Expression Indexes > Sent: 15 May '19 05:10 > > Well, I did a quick look at it and I could see it indeed has more > options... But for external people (like me) it seems more complicated &

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Dave Page
On Wed, May 15, 2019 at 1:01 PM Michel Feinstein wrote: > Well, I did a quick look at it and I could see it indeed has more > options... But for external people (like me) it seems more complicated to > file Issues and keep track of them. > > On Github I would open the project's page, open a new i

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Michel Feinstein
Well, I did a quick look at it and I could see it indeed has more options... But for external people (like me) it seems more complicated to file Issues and keep track of them. On Github I would open the project's page, open a new issue, and every time there is a new message for my issue (and only

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Ray O'Donnell
On 15 May 2019 06:59:11 Michel Feinstein wrote: I will...but just to add my 2 cents, it would be a lot better if you guys could move to Github and use their Issue system instead. Why? - Just curious. Ray. On Wed, May 15, 2019 at 1:43 AM Aditya Toshniwal wrote: Hi, On Wed, May

Re: pgAdmin can't create Expression Indexes

2019-05-15 Thread Dave Page
On Wed, May 15, 2019 at 6:59 AM Michel Feinstein wrote: > I will...but just to add my 2 cents, it would be a lot better if you guys > could move to Github and use their Issue system instead. > Why is that? There are various features we use daily to manage our backlog that it doesn't have - not t

Re: pgAdmin can't create Expression Indexes

2019-05-14 Thread Michel Feinstein
I will...but just to add my 2 cents, it would be a lot better if you guys could move to Github and use their Issue system instead. On Wed, May 15, 2019 at 1:43 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Wed, May 15, 2019 at 7:46 AM Michel Feinstein < > michelfein

Re: pgAdmin can't create Expression Indexes

2019-05-14 Thread Aditya Toshniwal
Hi, On Wed, May 15, 2019 at 7:46 AM Michel Feinstein wrote: > I can't find a way to create an Expression Index such as: > Yes, it's not there. You can raise a feature request here - https://redmine.postgresql.org/projects/pgadmin4/issues > > CREATE UNIQUE INDEX idx_lower_unique >ON your_tab

pgAdmin can't create Expression Indexes

2019-05-14 Thread Michel Feinstein
I can't find a way to create an Expression Index such as: CREATE UNIQUE INDEX idx_lower_unique ON your_table (lower(the_column)); Am I missing something or does pgAdmin really doesn't support it? Best wishes, Michel.