saving pdf in postgres [closed]
Is it possible to save pdf in postgres database? If so, how?
You can use the datatype bytea to store the pdf. Another option could be a large object, but that's not the easiest thing to use.
Sure, use BLOB type, postgresql bytea type
The quest is does it make sense?
精彩评论