Bosiwow
Bosiwow

Reputation: 2193

Pgadmin export to html

I'm trying to find out how I can create a html table file out of the results i'm getting from my query in pgadmin 3. I've seen somebody doing that before but I can't find the setting; I've found the convert to csv setting, but I want html.

Thanks in advance

Upvotes: 0

Views: 1470

Answers (1)

khampson
khampson

Reputation: 15296

From the Query Editor window, after you've done a query which returned a set of rows, you want to go to File > Quick Report.

This will bring up a dialog where you can choose XHTML (which sounds like the one you would want) or XML, and whether to include a default style sheet, along with choosing the file name and a couple of other things, such as including the SQL in the report.

Upvotes: 1

Related Questions