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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -