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.

Re: Can't start 4.6

2019-05-14 Thread Aditya Toshniwal
On Tue, May 14, 2019 at 12:32 PM Durumdara wrote: > Hi to All! > > > >> >>> How can I define the path to work as needed? >>> >>> All versions before 4.6 work with these format. What I can do? >>> >> Try creating a directory under "t:" and set sqlite path to that >> directory. I suspect it is fai

Re: Can't start 4.6

2019-05-14 Thread Durumdara
Hi to All! > >> How can I define the path to work as needed? >> >> All versions before 4.6 work with these format. What I can do? >> > Try creating a directory under "t:" and set sqlite path to that > directory. I suspect it is failing when it is trying to give permissions. > >> >> That is work