Re: import a .out file - Mailing list pgsql-novice

From Sibte Abbas
Subject Re: import a .out file
Date
Msg-id bd6a35510709141106o2a320423v56680a0a9099b9d8@mail.gmail.com
Whole thread Raw
In response to import a .out file  ("Jonathon Stierman" <jonathon@vimm.com>)
List pgsql-novice
On 9/14/07, Jonathon Stierman <jonathon@vimm.com> wrote:
>
> Forgive my complete lack of knowledge here, but I have a bit of a problem!
>
> I'm in the middle of moving a website from one server to another, and it
> happens to be that POSTGRESQL is not available on the new server (MYSQL and
> MSSQL are the only ones supported).  I have been given a .out file which
> appears to contain PostGre-specific SQL code.  I tried importing it directly
> to MYSQL without success -- I knew it wasn't going to be that easy, but I
> had to try :)
>
> I wasn't able to find anything specific about .out files using the search
> feature on postgresql.org -- is this a standard format for data dumps?
> What's the best way to import this data, and eventually get it into an MSSQL
> (preferred) or MYSQL (if it's easier)?
>

Not sure, but maybe you can use the "strings" utility to output all
the strings in the binary a.out file. This may produce a large output
so you would want to do this:

strings a.out > strings.log

And then later view the contents of strings.log to find the SQL
queries. Also do man strings for complete information regarding the
strings utility.

regards,
--
Sibte Abbas

pgsql-novice by date:

Previous
From: "Jonathon Stierman"
Date:
Subject: import a .out file
Next
From: Richard Broersma Jr
Date:
Subject: Re: import a .out file