postgresql - Exporting a Postgres Database to an Excel Spreadsheet -



postgresql - Exporting a Postgres Database to an Excel Spreadsheet -

i have postgresql database @ work single table of data. theme of info computers - things physical location, mac address, serial number, , computer name.

i need info exported excel spreadsheet. have perl dbd::pg loaded on laptop, programmatic solution possible if need be.

should process whole thing line-by-line loop, or there easier way cdl? has had experience doing sort of thing before?

thanks much.

if solution doesn't have programmatic, should help: archives.postgresql.org article

excel postgresql csv

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -