Changes between Version 6 and Version 7 of FAQ
- Timestamp:
- 04/17/09 16:10:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v6 v7 8 8 9 9 This is two-steps operation which can be executed in single SQL statement. The steps include: 10 1. Convert WKB data in hexadecimal form to raw binary using PostgreSQL function [http://www.postgresql.org/docs/8.3/static/functions-binarystring.html decode].10 1. Convert WKB data in hexadecimal string form to raw binary using PostgreSQL function [http://www.postgresql.org/docs/8.3/static/functions-binarystring.html decode]. 11 11 2. Construct geometry object from WKB in raw binary form. 12 12