Hacker News new | ask | show | jobs
by majkinetor 2085 days ago
You are wrong. Give us reference for native html function in postgres and not string massage.
2 comments

https://www.sqlite.org/cli.html#dotmode

I have just checked it via cli:

    sqlite3 -header -html foo.db
That is feature of CLI tool, not sqlite.
From command line use

     psql -H 
Alternatively

     \pset format html
Again, feature of CLI tool not postgresql.