save html in postgresql code example
Example: best way to stor html in pgsql
You could try using a TEXT field and dump the HTML there.
Additionally, PostgreSQL has in-built automatic compression for TEXT fields!
You could try using a TEXT field and dump the HTML there.
Additionally, PostgreSQL has in-built automatic compression for TEXT fields!