Re: citext, actually probably using extensions - Mailing list pgsql-general

From Tom Lane
Subject Re: citext, actually probably using extensions
Date
Msg-id 24494.1569006722@sss.pgh.pa.us
Whole thread Raw
In response to citext, actually probably using extensions  (stan <stanb@panix.com>)
Responses Re: citext, actually probably using extensions
List pgsql-general
stan <stanb@panix.com> writes:
> But I must be doing something wrong. As the PG superuser, I did this:
> postgres=# CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public;
> CREATE EXTENSION

> and as the superuser it shows up in the \dx display

> BUT as a normal user:

> stan=> \dx
> List of installed extensions
> Name   | Version |   Schema   |         Description
                      
> ---------+---------+------------+------------------------------
> plpgsql | 1.0     | pg_catalog | PL/pgSQL procedural
>                    language
>  (1 row)

>  It does not.

Judging from the prompts you show, you installed the extension
in the "postgres" database, but you need it in the "stan" database.

            regards, tom lane



pgsql-general by date:

Previous
From: Bikram MAJUMDAR
Date:
Subject: pgwatch2 monitoring dashboards
Next
From: Rob Sargent
Date:
Subject: Re: citext, actually probably using extensions