0 Replies Latest reply on Feb 13, 2004 2:31 PM by b_boyle18

    PostgreSQL Datatype??

    b_boyle18

      Hi,

      I am using PostgreSQL 7.2 as my datasource. I am writing a voting system and I want to store the votes that are cast in my database. These votes wll be encrypted and then stored in my database. What datatype should I store this list of encrypted votes as? I was thinking of storing them as Blob but from what I can gather Postgres doesn't have a datatype caled blob.

      Anyone have any ideas?

      Thanks,

      B