Sql – How to export a PostgreSQL table to HTML

postgresql

How can I save a PostgreSQL table to HTML?

Best Solution

I'll take a stab at assuming what you mean. In psql:

dbname=# \H
dbname=# \d tablename