Whether the function exists a in pgsql table or not? - Mailing list pgsql-general

From shuaixf
Subject Whether the function exists a in pgsql table or not?
Date
Msg-id 1314465698439-4741670.post@n5.nabble.com
Whole thread Raw
Responses Re: Whether the function exists a in pgsql table or not?  (Greg Smith <greg@2ndQuadrant.com>)
List pgsql-general
In Oracle, when the table has few records, used frequently, it would use
"storage(buffer_pool keep)" to keep the data in cache instead of LRU
algorithm.

if the function exists in a pgsql table or not?


--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Whether-the-function-exists-a-in-pgsql-table-or-not-tp4741670p4741670.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PL/pgSQL: SELECT INTO only if result count = 1
Next
From: Andrej
Date:
Subject: Re: Using Postgresql as application server