This is a discussion on how to generate printed output of queries within the pgsql Novice forums, part of the PostgreSQL category; --> friends, how do you print in a hard copy the result of the query in posgresql using pgadminIII? thanks ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| friends, how do you print in a hard copy the result of the query in posgresql using pgadminIII? thanks for any help. ramon --------------------------------- Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term' |
| ||||
| If the result is a set of rows and columns you can export it as a text file and then use openoffice / excel to print the results depending on what platform your are running. If you are using the latest version the green play arrow with the yellow cylinder button will run and export the result to a file. If it is just returning the number of rows affected or something similiar I would guess a screen print pasted into openoffice or Word could be done. HTH Mike On Thu, Feb 03, 2005 at 06:32:27PM -0800, Ramon Orticio wrote: > friends, > > how do you print in a hard copy the result of the query in posgresql using pgadminIII? > > thanks for any help. > > ramon > > > --------------------------------- > Do you Yahoo!? > Yahoo! Search presents - Jib Jab's 'Second Term' ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |