SVN Commit by andreas: r4945 - trunk/www/pgadmin3/faq
Author: andreas Date: 2006-01-20 13:52:20 +0000 (Fri, 20 Jan 2006) New Revision: 4945 Modified: trunk/www/pgadmin3/faq/index.php Log: minor faq fix Modified: trunk/www/pgadmin3/faq/index.php =================================================================== --- trunk/www/pgadmin3/faq/index.php 2006-01-20 13:22:24 UTC (rev 4944) +++ trunk/www/pgadmin3/faq/index.php 2006-01-20 13:52:20 UTC (rev 4945) @@ -86,9 +86,7 @@ containing that column, have to be replanned using the new type information.Currently, pgAdmin III does not recreate depending objects automatically for 7.3 and 7.4 servers; you will -have to do that manually if you encounter execution errors. pgAdmin III V1.3 and later are planned to do -that automatically. This is not necessary on PostgreSQL 8.+ servers, because these versions support altering -a column type instrinsically. +have to do that manually if you encounter execution errors. This is not necessary on PostgreSQL 8.+ servers, because these versions support altering a column type instrinsically.
Can't restore backup file created with pgAdmin III
I created a backup file using pgAdmin III, but when I try to restore it using pgAdmin III @@ -110,7 +108,7 @@
pgAdmin III V1.0.x does not work on PostgreSQL 8.0.x, because some system structure changed.
-Use pgAdmin III V1.2.x instead, which supports PostgreSQL 7.3.x, 7.4.x and 8.0.x. +Use pgAdmin III V1.2.x or later instead, which supports PostgreSQL 7.3.x, 7.4.x and 8.0.x. [AP]
Win9x problems