| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | Soni <diptatapa(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: cache lookup failed for function 1 on fmgr_info_cxt_security, fmgr.c:184 |
| Date: | 2019-04-22 14:05:15 |
| Message-ID: | e18b015e-fb56-0643-80bf-05ff5164e935@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 4/21/19 9:14 PM, Soni wrote:
> Hello All,
>
> CentOS Linux release 7.5.1804 (Core)
> Postgres 10.7.
>
> When "create extension "uuid-ossp"", I got :
> 2019-04-22 02:41:53.323 UTC [10305] XX000ERROR: XX000: cache lookup
> failed for function 1
> 2019-04-22 02:41:53.323 UTC [10305] XX000LOCATION:
> fmgr_info_cxt_security, fmgr.c:184
> 2019-04-22 02:41:53.323 UTC [10305] XX000STATEMENT: create extension
> "uuid-ossp" ;
> I tried reinstall contrib module and even all postgres component, but
> still no luck.
> Try restarting the server also but no luck.
> Any idea how to resolve this ?
How and where are you installing Postgres and -contrib from?
Is the user you are running CREATE EXTENSION a superuser?
>
> Thanks,
> Soni
>
>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Souvik Bhattacherjee | 2019-04-22 15:27:18 | Is it possible to store the output of EXPLAIN into a table |
| Previous Message | Tom Lane | 2019-04-22 14:04:27 | Re: cache lookup failed for function 1 on fmgr_info_cxt_security, fmgr.c:184 |