Skip to content

Commit

Permalink
Fix some typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Apr 19, 2020
1 parent 3831f37 commit 45b7444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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 PostrgeSQL. In all other case best
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
Expand Down Expand Up @@ -344,7 +344,7 @@ example:

the extension will first create the template unlogged table and will
create immediately the associated temporary table filled with all data
returned by the SELECT statement. The firt access will not have to
returned by the SELECT statement. The first access will not have to
create the table it already exists with data.

#### Table creation
Expand Down

0 comments on commit 45b7444

Please sign in to comment.