![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi everybody out there using Postgres. I am using PgAdminIII & I would like that my query results that appears on the console might be redirected to a file or to a temporary table. Someone suggested in this list that I redirect the output of the query using the "query" > file, but my intention is that the new file must be on the client side. My goal is to create a graphic from the query results and procesing the data from the text file. Any suggestions are welcome. :-) ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org) Doesn't pgAdminIII have an option to output the results to the screen, |
#2
| |||
| |||
|
|
Someone suggested in this list that I redirect the output of the query using the "query" > file, but my intention is that the new file must be on the client side. |
#3
| |||
| |||
|
|
Eduardo Vázquez Rodríguez wrote: Someone suggested in this list that I redirect the output of the query using the "query" > file, but my intention is that the new file must be on the client side. Actually Oliver used a client side approach. postmaster is the usual server process and psql one possible client. psql -h HOSTNAME starts the client process, if you are remote. |
![]() |
| Thread Tools | |
| Display Modes | |
| |