diff options
Diffstat (limited to 'src/bin/pgaccess/lib/help/create_table.hlp')
-rw-r--r-- | src/bin/pgaccess/lib/help/create_table.hlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgaccess/lib/help/create_table.hlp b/src/bin/pgaccess/lib/help/create_table.hlp index b344edebd04..c55548bfb01 100644 --- a/src/bin/pgaccess/lib/help/create_table.hlp +++ b/src/bin/pgaccess/lib/help/create_table.hlp @@ -9,7 +9,7 @@ CREATE \[ TEMPORARY | TEMP \] TABLE table ( \[, PRIMARY KEY ( column \[, ...\] ) \] \[, CHECK ( condition ) \] \[, table_constraint_clause \] - ) \[ UNDER inherited_table \[, ...\] \] + ) \[ INHERITS ( inherited_table \[, ...\] ) \] " {code} " TEMPORARY The table is created only for this session, and is automatically dropped on session exit. Existing permanent tables with the same name are not visible while the temporary table exists. |