Re: [MASSMAIL]Postgres 9.5 pg_prewarm

From: "Gilberto Castillo" <gilberto(dot)castillo(at)etecsa(dot)cu>
To: "Thomas SIMON" <tsimon(at)neteven(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: [MASSMAIL]Postgres 9.5 pg_prewarm
Date: 2016-02-04 14:09:58
Message-ID: 40044.192.168.207.54.1454594998.squirrel@webmail.etecsa.cu
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> Hi all,
>
> I have just migrated my db to PG 9.5, an I would like to use pg_prewarm
> contrib function, but when I want to use it, I have an error message I
> don't understand :
>
>
> It should do this :
>
> 1. postgres=# select pg_prewarm('foo');
> 2. pg_prewarm
> 3. ------------
> 4. 113278
> 5. (1 row)
>
>
>
> but it do that :
>
> psql (9.5.0)
> postgres=# create extension pg_prewarm;
> CREATE EXTENSION
>
> db=# select pg_prewarm('accounts');
> ERROR: function pg_prewarm(unknown) does not exist
> LINE 1: select pg_prewarm('accounts');
> ^
> HINT: No function matches the given name and argument types. You might
> need to add explicit type casts.
>
> (table accounts exists)
>
>
> Does anyone have an idea ?
>

Use squeme example... foo.accountes

--
Saludos,
Gilberto Castillo
ETECSA, La Habana, Cuba

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Simpson, John (IMS) 2016-02-04 14:27:06 Re: Postgres 9.5 pg_prewarm
Previous Message Thomas SIMON 2016-02-04 13:59:16 Postgres 9.5 pg_prewarm