Skip to content

Commit be45afc

Browse files
authored
Update README.md
1 parent be61bff commit be45afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Shorter syntax for pragma is supported too:
728728

729729
* `type:varname typename` or `type:varname (fieldname type, ...)` - set type to variable of record type
730730

731-
* `table: name (column_name type, ...)` or `table: name (like tablename)` - create ephereal table
731+
* `table: name (column_name type, ...)` or `table: name (like tablename)` - create ephereal temporal table (if you want to specify schema, then only `pg_temp` schema is allowed.
732732

733733
Pragmas `enable:tracer` and `disable:tracer`are active for Postgres 12 and higher
734734

0 commit comments

Comments
 (0)