Skip to main content

There seems to be only 2 posts on here about writing to PostgreSQL bytea, and in both cases, @NatalieAtSafe has said there's a known performance issue. How about for reading? Can FME read a table column in this format? If so, how do you do that? (The data I have stored is a dwg file.)

ref: https://knowledge.safe.com/answers/28700/view.html

@lottegis The PostGIS and PostGreSQL reader support bytea (byte array) data types. If you have a DWG file in the bytea field than you should be able to save it to a file using the AttributeFileWriter transformer.


Reply