<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038548" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038548</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219735</link>
    <description> &lt;p&gt;thanks.&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 May 2007 14:39:55 +0000</pubDate>
 <dc:creator>cbc58</dc:creator>
 <guid isPermaLink="false">comment 1219735 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219633</link>
    <description> &lt;p&gt;Here&#039;s a similar scenario, from the &lt;a href=&quot;http://archives.postgresql.org/pgsql-general/2006-10/msg01528.php&quot; class=&quot;bb-url&quot;&gt;Postgres mailing lists&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &amp;gt; I have a little problem. I have an .sql file (  db dump  )&lt;br /&gt;
&amp;gt; and i want to import it to postgres on linux.&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; Does anyone know how i can do it?&lt;/p&gt;
&lt;p&gt;You feed it to the command line interface psql.&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;
psql -h host -p port -d database -U user&lt;br /&gt;
Does that help? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;*** EDIT ***&lt;br /&gt;
One more thing: you&#039;re going to need to convert MySQL into PostgreSQL. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; Unfortunately all SQL servers implement the specifications slightly differently. You could probably open the sql file--exported from MySQL--in a text editor, then do a find and replace. Running an import will show where the errors in the SQL are.&lt;/p&gt;
 &lt;/blockquote&gt;</description>
     <pubDate>Thu, 24 May 2007 18:48:53 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1219633 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219630</link>
    <description> &lt;p&gt;I am trying to take a mysql database dump and import it into a postgre database...&lt;/p&gt;
&lt;p&gt;Just tried playing around with it for 1/2 hr. and I found out how to export, build a database, query the database........ but nothing on uploadging/importing an exisiting database structure....&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 17:22:58 +0000</pubDate>
 <dc:creator>cbc58</dc:creator>
 <guid isPermaLink="false">comment 1219630 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219624</link>
    <description> &lt;p&gt;I&#039;m not sure of what you&#039;re trying to do here. Import a file structure? Is it what Greg&#039;s talking about: getting a database backup file into a database?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Greg K wrote:&lt;/strong&gt; I don&#039;t have access to a postgre database (BTW, how the heck do you pronounce that?)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Apparently it&#039;s pronounced: post-gres. That&#039;s according to a teacher on a course I attended. She was part of a working group that helped write the original SQL specs, so I suppose she knows what she&#039;s talking about. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 16:53:32 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1219624 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219574</link>
    <description> &lt;p&gt;in phpMyAdmin, when you export a table or database, you can export it as full SQL code, which you can then execute by putting in the SQL section. (in phpMyAdmin, in the SQL tab, you can actually browse to a local file with the SQL statements in it.&lt;/p&gt;
&lt;p&gt;Sorry I can&#039;t test it out for you to be positive about the steps, I don&#039;t have access to a postgre database (BTW, how the heck do you pronounce that?)&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 02:44:48 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1219574 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219567</link>
    <description> &lt;p&gt;thanks....... i also saw the export item but not import.... can&#039;t seem to find it.&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 02:10:36 +0000</pubDate>
 <dc:creator>cbc58</dc:creator>
 <guid isPermaLink="false">comment 1219567 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/importing-file-structure-postgre-databases-how-do-it#comment-1219558</link>
    <description> &lt;p&gt;Not sure it will help, but maybe check out &lt;a href=&quot;http://phppgadmin.kattare.com/phppgadmin4cvs/&quot; class=&quot;bb-url&quot;&gt;http://phppgadmin.kattare.com/phppgadmin4cvs/&lt;/a&gt; I looked at it and it kinda resembled phpMyAdmin for mySQL databases. I saw in there EXPORT options and SQL query options. Maybe it will work for you if you are used to phpMyAdmin&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 May 2007 21:04:24 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1219558 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
