Index: index.php =================================================================== RCS file: /projects/www/pgadmin3/faq/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -Lpgadmin3/faq/index.php -Lpgadmin3/faq/index.php -u -w -r1.9 -r1.10 --- pgadmin3/faq/index.php +++ pgadmin3/faq/index.php @@ -4,12 +4,13 @@ -

pgAdmin III V1.x FAQ

+

pgAdmin III FAQ

Can't edit table data
A property is disabled on an object I want to edit
User privileges
Foreign key constraints not shown
+ERROR: column "datpath" does not exist
Win9x problems
Query tool hangs on Win9x
Query tool columns truncated
@@ -72,6 +73,16 @@ Run the adddepend script, which can be found in the backend's sources contrib/adddepend directory. [AP]


+

ERROR: column "datpath" does not exist

+

+I'm using pgAdmin III V1.0.x and try to connect to a PostgreSQL 8.0.x server. I get the message +"ERROR: column "datpath" does not exist." and can't continue. +

+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. +[AP] +


Win9x problems

We're providing a stripped down pgAdmin III 1.0 version without unicode support and limited functionality.