> On 17/08/2023 15:18 CEST Tom Lane <tgl@xxxxxxxxxxxxx> wrote: > > That's probably because the grammar uses SystemTypeName (effectively > prepending "pg_catalog.") for any type that has special syntax called > out in the SQL standard. You could get around that in various ways, > but they all involve changing the way the CREATE TABLE command is > written, because just plain "BIT" is a SQL-mandated special case. The answer I was looking for. Thanks Tom. -- Erik