postgresql - saving pdf in postgres -
is possible save pdf in postgres database? if so, how?
you can use datatype bytea store pdf. option large object, that's not easiest thing use.
is possible save pdf in postgres database? if so, how?
you can use datatype bytea store pdf. option large object, that's not easiest thing use.
Comments
Post a Comment