ops, thanks,
2012/2/28 <[email protected]> > Today's Topic Summary > > Group: http://groups.google.com/group/heroku/topics > > - convert .dump to .sql or json <#135c3ab647034d6d_group_thread_0> [2 > Updates] > > convert .dump to .sql or > json<http://groups.google.com/group/heroku/t/7a81897c8b245698> > > rodrigo koblitz <[email protected]> Feb 28 12:09AM -0300 > > Hi, > My application is in django and I just know get the dump from > -dumpdata-. > Bu the file is .dump. > I have problems to loaddata to my local postgres. So what I want to do > is > convert this .dump to .json, > > is possible, in python, someone know about it? > > abraços, > Koblitz > > > > > Peter van Hardenberg <[email protected]> Feb 28 12:43AM -0800 > > Hi Rodrigo, > > the dump file is a native Postgres format. Try downloading the file > and then using the pg_restore tool to load the data into your local > system. > > Best, > Peter > > On Mon, Feb 27, 2012 at 7:09 PM, rodrigo koblitz > > > > You received this message because you are subscribed to the Google Group > heroku. > You can post via email <[email protected]>. > To unsubscribe from this group, send <[email protected]>an > empty message. > For more options, visit <http://groups.google.com/group/heroku/topics>this > group. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
