Re: FW: Re: FW: Re: Shouldn;t this trigger be called?

From: Morris de Oryx <morrisdeoryx(at)gmail(dot)com>
To: stan <stanb(at)panix(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: FW: Re: FW: Re: Shouldn;t this trigger be called?
Date: 2019-09-20 12:46:21
Message-ID: CAKqncciHvQf3Wxwo2ckJ2x1E+FGjfJSfs0VG4Q73QbOURFkQRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

citext is an extension, so you have to install it:

CREATE EXTENSION citext;

That's the simplest form. you can install it into a specific schema, test
for existence, etc. Check out the CREATE EXTENSION docs here:

https://www.postgresql.org/docs/current/sql-createextension.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2019-09-20 13:01:06 Re: Web users as database users?
Previous Message Achilleas Mantzios 2019-09-20 12:27:53 Re: Web users as database users?