Got it! Thank you all very much!
- Original message -From: "David G. Johnston" To: "Tom Lane" Cc: "Li EF Zhang" , "Laurenz Albe" , "pgsql-generallists.postgresql.org" Subject: [EXTERNAL] Re: Can not ALTER TEXT SEARCH DICTIONARY intdict which is default in dict_intDate: Wed, Aug 25, 2021 1
On Tue, Aug 24, 2021 at 9:20 PM Tom Lane wrote:
> "David G. Johnston" writes:
> > On Tue, Aug 24, 2021 at 8:51 PM Li EF Zhang wrote:
> >> Thanks for your answer. My doubt is that since an ordinary user creates
> >> the extension, shouldn't be this user the owner of the objects created
> >> with
"David G. Johnston" writes:
> On Tue, Aug 24, 2021 at 8:51 PM Li EF Zhang wrote:
>> Thanks for your answer. My doubt is that since an ordinary user creates
>> the extension, shouldn't be this user the owner of the objects created
>> within the extension?
> While that is a possible implementation
On Tue, Aug 24, 2021 at 8:51 PM Li EF Zhang wrote:
> Thanks for your answer. My doubt is that since an ordinary user creates
> the extension, shouldn't be this user the owner of the objects created
> within the extension?
>
While that is a possible implementation choice, that isn't what was chos
Thanks for your answer. My doubt is that since an ordinary user creates the extension, shouldn't be this user the owner of the objects created within the extension?
- Original message -From: "Laurenz Albe" To: "Li EF Zhang" , pgsql-general@lists.postgresql.orgCc:Subject: [EXTERNAL] Re: Ca
On Tue, 2021-08-24 at 06:21 +, Li EF Zhang wrote:
> dict_int is trusted extension in pg13. After creating dict_int extension with
> unprivileged user, ALTER TEXT SEARCH DICTIONARY intdict ((MAXLEN = 7) failed.
>
> admin=> ALTER TEXT SEARCH DICTIONARY intdict (MAXLEN = 7);
> ERROR: must be ow
Hi,
dict_int is trusted extension in pg13. After creating dict_int extension with unprivileged user, ALTER TEXT SEARCH DICTIONARY intdict ((MAXLEN = 7) failed.
admin=> ALTER TEXT SEARCH DICTIONARY intdict (MAXLEN = 7);ERROR: must be owner of text search dictionary intdict
This is by design o