<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 38: Not listing databases under Postgres connection</title><link href="https://sourceforge.net/p/phpcodegenie/bugs/38/" rel="alternate"/><link href="https://sourceforge.net/p/phpcodegenie/bugs/38/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpcodegenie/bugs/38/</id><updated>2005-03-18T07:52:09Z</updated><subtitle>Recent changes to 38: Not listing databases under Postgres connection</subtitle><entry><title>Not listing databases under Postgres connection</title><link href="https://sourceforge.net/p/phpcodegenie/bugs/38/" rel="alternate"/><published>2005-03-18T07:52:09Z</published><updated>2005-03-18T07:52:09Z</updated><author><name>attb2</name><uri>https://sourceforge.net/u/attb2/</uri></author><id>https://sourceforge.net06e233d1b332ec75b56e4f69a72243356f0203dc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Postgresql server 7.4.3&lt;br /&gt;
phpCodeGenie 3.0.2 (Latest Version)&lt;/p&gt;
&lt;p&gt;If I connect to postgres database phpCodeGenie don't listing regular &lt;br /&gt;
databases only template1.&lt;/p&gt;
&lt;p&gt;I found /app/common/database/databaseQuery.class.php line 474:&lt;br /&gt;
if (($this-&amp;gt;getDatabaseType()=="mysql") || ($this-&lt;br /&gt;
&amp;gt;getDatabaseType()=="odbc") || ($this-&amp;gt;getDatabaseType()=="ado")&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;Solution:&lt;br /&gt;
Missing 'postgres' condition! I've included ($this-&amp;gt;getDatabaseType()&lt;br /&gt;
=="postgres") in above statement and work perfectly.&lt;/p&gt;
&lt;p&gt;Attila&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>