diff --git a/plugins/org.jkiss.dbeaver.ext.postgresql/src/org/jkiss/dbeaver/ext/postgresql/model/PostgreSchema.java b/plugins/org.jkiss.dbeaver.ext.postgresql/src/org/jkiss/dbeaver/ext/postgresql/model/PostgreSchema.java index c0f97364465993f23b06463346947f1969556289..1659f06fb37976741babb36496820fff9db80f65 100644 --- a/plugins/org.jkiss.dbeaver.ext.postgresql/src/org/jkiss/dbeaver/ext/postgresql/model/PostgreSchema.java +++ b/plugins/org.jkiss.dbeaver.ext.postgresql/src/org/jkiss/dbeaver/ext/postgresql/model/PostgreSchema.java @@ -314,7 +314,7 @@ public class PostgreSchema implements DBSSchema, DBPNamedObject2, DBPSaveableObj schema.startsWith(PostgreConstants.TEMP_SCHEMA_PREFIX); } - @Property + //@Property public Collection getDataTypes(DBRProgressMonitor monitor) throws DBException { List types = new ArrayList<>(); for (PostgreDataType dt : dataTypeCache.getAllObjects(monitor, this)) {