ニュース

pgtt is a PostgreSQL extension to create and manage Oracle-style Global Temporary Tables. It is based on unlogged tables, Row Security Level and views. A background worker is responsible to ...
When you call the pgtt_create_table () function or CREATE GLOBAL TEMPORARY TABLE the pgtt_rsl extension act as follow: Create an unlogged table in the pgtt_schema schema and renamed it with 'pgtt_' ...