Postgresql data type error creating xml

That may have been fixed in a later version. Are you running the newest 3.2.2?

Nathan

I see there is already an issue logged for it. https://liquibase.jira.com/browse/CORE-1956  I’m looking at data type and other snapshot logic with 3.3.

For now, you will just have to fix up the generated changeSets manually before running update.

Nathan

I have just ran my first generateChangeLog command without any notifications. When I tried to apply it to a new database and new schema I get the following error:   myColumn FLOAT8(, 17)): ERROR: syntax error at or near ""

In fact the xml generated reads: 

Any ideas?

We are running 3.2.2, also I have verify the encoding and we are using UTF-8. Driver for postgres: postgresql-9.3-1102.jdbc41.jar. Java version 1.7.0