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
If fact it is happening with the type of the first attribute of a CREATE TABLE statement, no matter which type it is.
I'm using version 1.4.3 of the extension too (with Postgres 15.6 on native Linux host).
Background
UUID is supported in my Postgres version, and when an .sql file created using the UUID it does exist and is successful.
Overview
In an SQL file, say
test.sql
, setting the language mode toPostgres
, using the following:Gives:
Screenshot
Suggestions
Perhaps even when implementing the recognition of UUID, an 'ignore' type could be an option? Is the extension using EXPLAIN behind the scenes?
Environment
The text was updated successfully, but these errors were encountered: