Log Message:
-----------
updates
Modified Files:
--------------
pgadmin3:
CHANGELOG.txt (r1.128 -> r1.129)
TODO.txt (r1.107 -> r1.108)
Index: TODO.txt
===================================================================
RCS file: /projects/pgadmin3/TODO.txt,v
retrieving revision 1.107
retrieving revision 1.108
diff -LTODO.txt -LTODO.txt -u -w -r1.107 -r1.108
--- TODO.txt
+++ TODO.txt
@@ -24,12 +24,14 @@
<li>EditGrid: Allow copy/paste of entire rows
<li>EditGrid: better editing (color, validation)
<li>columns of Views: show properties
+ <li>updateable View wizard
<li>Most property dlgs: check for readOnly if no sufficient rights are
available
<li>Make dist should also write the proper versions in pgadmin3 spec
file.
<li>CREATE TABLE LIKE table
<li>Operator class property: to implement
<li>List column defaults on views.
<li>Generate PostgreSQL document indexes using docbook (<a
href="http://docbook.sourceforge.net/release/xsl/current/doc/htmlhelp.html">http://docbook.sourceforge.net/release/xsl/current/doc/htmlhelp.html</a>).
+ <li>find solution for dlgProperty::AppendQuoted if schemaname has a dot
</ul>
<li>Major Projects
Index: CHANGELOG.txt
===================================================================
RCS file: /projects/pgadmin3/CHANGELOG.txt,v
retrieving revision 1.128
retrieving revision 1.129
diff -LCHANGELOG.txt -LCHANGELOG.txt -u -w -r1.128 -r1.129
--- CHANGELOG.txt
+++ CHANGELOG.txt
@@ -17,6 +17,8 @@
</ul>
<br>
<ul>
+ <li>2004-09-05 AP performance speedup retrieving server features
+ <li>2004-09-05 AP qtIdent checks keywords
<li>2004-08-29 AP Sequence schema fix
<li>2004-08-25 DAP Prevent crash when non-superuser views database
properties.
<li>2004-08-18 AP set PGPASSWORD environment for backup/restore
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match