Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ system-period temporal tables behaviour:

versioning(<system_period_column_name>, <history_table_name>, <adjust>)

It is possible to use a spécific shema, even the extension was created in the public schéma :

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You seem to have a couple é characters where you just want e

Also s/shema/schema/


versioning(<system_period_column_name>, <schema>.<history_table_name>, <adjust>)

The function must be fired before INSERT or UPDATE or DELETE on a
system-period temporal table. You are to specify a system period column name, a
history table name and "adjust" parameter (see Updating data section for
Expand Down