Re: The problem is related to concurrent resquests - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: The problem is related to concurrent resquests
Date
Msg-id A737B7A37273E048B164557ADEF4A58B5386ACD9@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: The problem is related to concurrent resquests  (Nguyen Hoai Nam <namptit307@gmail.com>)
Responses Re: The problem is related to concurrent resquests  (Nguyen Hoai Nam <namptit307@gmail.com>)
List pgsql-admin
Nguyen Hoai Nam wrote:
> 2016-05-24 17:31 GMT+07:00 Albe Laurenz <laurenz.albe@wien.gv.at>:
>> This is getting more difficult, but you can *still* do it with an exclusion
>> constraint in PostgreSQL. You need to install an extension with a
>> GiST operator class for varchar:
>> 
>> test=# CREATE EXTENSION btree_gist;
> 
> At this point, the system require superuser permission. But in my case, an user doesn't have superuser
> permission so they can't create a btree_gist extersion. Do you any idea to solve this? Currently, I am
> trying to use "GIN" but it's not still success. How about "GIN"?

Yes, you need a superuser to install the extension for you.
This has to be done only once, and from then on everybody can
use the feature.

I'm sure there is a superuser who can do that for you, right?

Yours,
Laurenz Albe

pgsql-admin by date:

Previous
From: Nguyen Hoai Nam
Date:
Subject: Re: The problem is related to concurrent resquests
Next
From: Nguyen Hoai Nam
Date:
Subject: Re: The problem is related to concurrent resquests