Search Results

0
votes
3answers
82 views

Storing SHA1 Signature as Primary Key in Postgres SQL

Hi, I'm writing a simple content management system. I need to store SHA1 hash values that are computed externally as the primary key for my biggest table. I can obviously use a sequence as …