Log Message:
-----------
FAQ update

Modified Files:
--------------
    www/pgadmin3/faq:
        index.php (r1.9 -> r1.10)

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 @@
 </head>
 
 <body>
-<H1>pgAdmin III V1.x FAQ</H1>
+<H1>pgAdmin III FAQ</H1>
 <p>
 <A HREF="#CantEdit">Can't edit table data</A><BR>
 <A HREF="#PropertyDisabled">A property is disabled on an object I want to edit</A><BR>
 <A HREF="#UserPrivileges">User privileges</A><BR>
 <A HREF="#ConstraintTrigger">Foreign key constraints not shown</A><BR>
+<A HREF="#datpath">ERROR: column &quot;datpath&quot; does not exist</A><BR>
 <A HREF="#Win9x">Win9x problems</A><BR>
 <A HREF="#HangWin9x">Query tool hangs on Win9x</A><BR>
 <A HREF="#ColTrunc">Query tool columns truncated</A><BR>
@@ -72,6 +73,16 @@
 Run the adddepend script, which can be found in the backend's sources 
contrib/adddepend directory.
 [AP]
 </p><br>
+<H3><A Name="datpath">ERROR: column &quot;datpath&quot; does not exist</A></H3>
+<p>
+I'm using pgAdmin III V1.0.x and try to connect to a PostgreSQL 8.0.x server. I get 
the message
+&quot;ERROR: column &quot;datpath&quot; does not exist.&quot; and can't continue.
+</p><p>
+pgAdmin III V1.0.x does not work on PostgreSQL 8.0.x, because some system structure 
changed.
+</p><p>
+Use pgAdmin III V1.2.x instead, which supports PostgreSQL 7.3.x, 7.4.x and 8.0.x.
+[AP]
+</p><br>
 <H3><A Name="Win9x">Win9x problems</A></H3>
 <p>
 We're providing a stripped down pgAdmin III  1.0 version without unicode support and 
limited functionality.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to