Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo

2004-11-05 Thread Andreas Pflug
[EMAIL PROTECTED] wrote:
Log Message:
---
Updated todo
+		Add code completion to the SQL editor.
Yes, I like The One Button that creates my SQL query automagically :-)
This would require parsing, and I don't think we want to do that...
Regards,
Andreas
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


[pgadmin-hackers] CVS Commit by dpage: Updated todo

2004-11-05 Thread cvs
Log Message:
---
Updated todo

Modified Files:
--
pgadmin3:
TODO.txt (r1.121 -> r1.122)

Index: TODO.txt
===
RCS file: /projects/pgadmin3/TODO.txt,v
retrieving revision 1.121
retrieving revision 1.122
diff -LTODO.txt -LTODO.txt -u -w -r1.121 -r1.122
--- TODO.txt
+++ TODO.txt
@@ -40,6 +40,7 @@
List column defaults on views.
Generate PostgreSQL document indexes using docbook (http://docbook.sourceforge.net/release/xsl/current/doc/htmlhelp.html";>http://docbook.sourceforge.net/release/xsl/current/doc/htmlhelp.html).
find solution for dlgProperty::AppendQuoted if schemaname has a dot
+   Add code completion to the SQL editor.

 
Major Projects
---(end of broadcast)---
TIP 8: explain analyze is your friend


[pgadmin-hackers] CVS Commit by dpage: Updated TODO.

2004-10-11 Thread cvs
Log Message:
---
Updated TODO.

Modified Files:
--
pgadmin3:
TODO.txt (r1.118 -> r1.119)

Index: TODO.txt
===
RCS file: /projects/pgadmin3/TODO.txt,v
retrieving revision 1.118
retrieving revision 1.119
diff -LTODO.txt -LTODO.txt -u -w -r1.118 -r1.119
--- TODO.txt
+++ TODO.txt
@@ -7,6 +7,7 @@
Essentials

recreate views after column type change
+   add MATCH support for triggers

 
Refactoring
---(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


Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread Andreas Pflug
Dave Page wrote:
 

Huh? This stops someone casually looking over your shoulder and reading
your password as you type it in when adding a new server.
Ay...
Cancel my last msg.
I was thinking of the *user* password issue.
This was a clear case of "type ahead" :-)
Regards,
Andreas
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread Dave Page
 

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 16 September 2004 11:16
> To: [EMAIL PROTECTED]; Ivan Nejgebauer; Dave Page
> Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.
> 
> [EMAIL PROTECTED] wrote:
> 
> > +2004-09-16 DP  1.2B2 mask passwords on dlgServer [Ivan 
> > + Nejgebauer]
> 
> This comes up every half year or so.
> I don't see too much sense in this todo, esp. since there's 
> no viable way to implement it without trying to recode the 
> backend's password encryption (what we certainly won't do)

Huh? This stops someone casually looking over your shoulder and reading
your password as you type it in when adding a new server.

(and its committed - I just forgot to update the changelog).

/D

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread Andreas Pflug
[EMAIL PROTECTED] wrote:
+2004-09-16 DP  1.2B2 mask passwords on dlgServer [Ivan Nejgebauer]
This comes up every half year or so.
I don't see too much sense in this todo, esp. since there's no viable 
way to implement it without trying to recode the backend's password 
encryption (what we certainly won't do)

Regards,
Andreas
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread cvs
Log Message:
---
Updated todo.

Modified Files:
--
pgadmin3:
CHANGELOG.txt (r1.133 -> r1.134)

Index: CHANGELOG.txt
===
RCS file: /projects/pgadmin3/CHANGELOG.txt,v
retrieving revision 1.133
retrieving revision 1.134
diff -LCHANGELOG.txt -LCHANGELOG.txt -u -w -r1.133 -r1.134
--- CHANGELOG.txt
+++ CHANGELOG.txt
@@ -17,6 +17,7 @@
 
 
 
+2004-09-16 DP  1.2B2 mask passwords on dlgServer [Ivan Nejgebauer]
 2004-09-15 DP  1.2B2 fix function return type quoting
 2004-09-10 AP  1.2B2 fix GrantWizard for sequence and view
 2004-09-10 AP  1.2B2 fix type quoting
---(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