Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed May 31, 2024
1 parent a114197 commit 7c61fc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
pgtt is a PostgreSQL extension to create, manage and use Oracle-style
Global Temporary Tables and the others RDBMS.

The objective of this extension it to propose an extension to provide
the Global Temporary Table feature waiting for an in core
implementation. The main interest of this extension is to mimic the
Oracle behavior with GTT when you can not or don't want to rewrite the
application code when migrating to PostgreSQL. In all other case best
is to rewrite the code to use standard PostgreSQL temporary tables.
The objective of this extension it to provide the Global Temporary Table
feature to PostgreSQL waiting for an in core implementation. The main
interest of this extension is to mimic the Oracle behavior with GTT when
you can not or don't want to rewrite the application code when migrating
to PostgreSQL. In all other case best is to rewrite the code to use standard
PostgreSQL temporary tables.

This version of the GTT extension use a regular unlogged table as
"template" table and an internal rerouting to a temporary table. See
Expand Down

0 comments on commit 7c61fc5

Please sign in to comment.