This is a discussion on Re: Queries to Export within the pgsql Novice forums, part of the PostgreSQL category; --> "\o filename"; "select your_query_goes_here;" "\o" This should do the trick. Basically \o will start writing the results to the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "\o filename"; "select your_query_goes_here;" "\o" This should do the trick. Basically \o will start writing the results to the file. "\?" will give you help for such psql commands. Regards Chandra Sekhar Surapaneni -----Original Message----- From: pgsql-novice-owner@postgresql.org [mailto Sent: Thursday, February 16, 2006 4:42 PM To: pgsql-novice@postgresql.org Subject: [NOVICE] Queries to Export I need to export the results of several union and join queries from a PostgreSQL database tables into text files. How is that done since the results is not in a table? Warren ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| --- Chandra Sekhar Surapaneni <chandu@positivenetworks.net> wrote: > "\o filename"; > "select your_query_goes_here;" > "\o" > > This should do the trick. Basically \o will start > writing the results to > the file. > "\?" will give you help for such psql commands. > > Regards > Chandra Sekhar Surapaneni > > -----Original Message----- > From: pgsql-novice-owner@postgresql.org > [mailto > Of Warren Murray > Sent: Thursday, February 16, 2006 4:42 PM > To: pgsql-novice@postgresql.org > Subject: [NOVICE] Queries to Export > > I need to export the results of several union and > join queries from a > PostgreSQL database tables into text files. How is > that done since the > results is not in a table? > > Warren Warren, i think pgadmin3 has a button that saves the results of a query to a file. that may be worth a try, too. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |