Open cyraid opened 5 months ago
The same happens with SERIAL and BIGSERIAL.
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