News

This library combines a few ideas to emulate Oracle-style temporary tables. First, let's define a view and use it instead of a temporary table. A view is a static object and it's defined within a ...
Learn how to use temporary tables in SQL queries more efficiently and reliably. Discover tips and tricks to choose the right type, use indexes and statistics, drop them when not needed, ...
You have to rewrite the SQL and PlPgSQL code to follow the application logic and use PostgreSQL temporary table, that mean recreating the temporary table everywhere it is used. The other advantage of ...