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 "datpath" 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 "datpath" 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
+"ERROR: column "datpath" does not exist." 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