You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -728,7 +728,7 @@ Shorter syntax for pragma is supported too:
728
728
729
729
*`type:varname typename` or `type:varname (fieldname type, ...)` - set type to variable of record type
730
730
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.
732
732
733
733
Pragmas `enable:tracer` and `disable:tracer`are active for Postgres 12 and higher
0 commit comments