Re: upgrade from FC9 / PG8.3 to C7 / PG 9.6 - utf8 - Mailing list pgsql-admin

From Gary Stainburn
Subject Re: upgrade from FC9 / PG8.3 to C7 / PG 9.6 - utf8
Date
Msg-id 201901211506.20023.gary.stainburn@ringways.co.uk
Whole thread Raw
In response to Re: upgrade from FC9 / PG8.3 to C7 / PG 9.6 - utf8  (Gary Stainburn <gary.stainburn@ringways.co.uk>)
List pgsql-admin
On Monday 21 January 2019 15:03:23 Gary Stainburn wrote:
> After doing this the install worked perfectly. However, when I try to use
> the crypt() function I get the following error.  I can't see what I've
> missed
>
> users=# select crypt('password','myhash');
> ERROR:  function crypt(unknown, unknown) does not exist
> LINE 1: select crypt('password','myhash');
>                ^
> HINT:  No function matches the given name and argument types. You might
> need to add explicit type casts.
> users=#


Sory folks, just found the answer.  I need to run 

create extension pgcrypto;

in each of my databases


pgsql-admin by date:

Previous
From: Gary Stainburn
Date:
Subject: Re: upgrade from FC9 / PG8.3 to C7 / PG 9.6 - utf8
Next
From: Laurenz Albe
Date:
Subject: Re: IO scheduler recommendation