pgtt
pgtt copied to clipboard
PostgreSQL extension to create, manage and use Oracle-style Global Temporary Tables and the others RDBMS
Hello, I have tried to install pgtt extension in postgres 13 on windows server, but I only receive errors when trying to run make... will anyone have any documents to...
I notice that the code in the main branch appears to support `session_preload_libraries` but it is unclear whether or not the the code in the main branch is ready to...
Every scenario is executed with a new connection/session ### SCENARIO 1 (regular table) Created a regular table (within the `pgtt_schema` :man_shrugging:) with a trigger just to verify everything works as...
## Description As per documentation: ``` The pgtt extension use a dedicated schema to store related objects, by default: pgtt_schema. The extension take care that this schema is always at...
I am testing pgtt with some (unusual) scenarios that are supported for Oracle GTTs (and regular PostgreSQL TTs). One such scenario is to have a trigger on a permanent table...