I am parsing a map file and storing the hi, mid and low byte values of
symbol addresses in a comma separated value (.csv) file.  I  am then
importing this data into a PostgreSQL database with the copy
command.

The problem is that I want to sort and query the database based on the
hex addresses; from within another program using Npgsql (a .Net data
server for PostgreSQL).

How can I store hex values in PostgreSQL and sort and query them?

-- 
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql

Reply via email to