Is there a postgresql equivalent for the MySQL keyword SQL_NO_CACHE
(or the SQL Server dbcc drop clean buffers
) i.e. which you can simply include in a SQL statement or as part of a script?
UPDATE: this question
See and clear Postgres caches/buffers?
seems to say that the answer is "no", although it is now two years old. Are there any relevant changes in postgresql 9.0?