Re: [pgadmin-hackers] Mistake of the pg_dump option

2004-11-17 Thread Andreas Pflug
Hiroshi Saito wrote:
Hi Andreas.
Disable triggers during data-only restore.
Correct, fix applied.
Regards,
Andreas
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] UNICODE isn't expressed.(pg_dump,pg_restore)

2004-11-17 Thread Andreas Pflug
Hiroshi Saito wrote:
Hi Andreas.
I think how to solve this problem.
case1)
postgresql.conf- # client_encoding =  this is comment out;
Then, pg_dump is discharged with server_encoding.
case2)
postgresql.conf- client_encoding = UNICODE
Then, pg_dump is discharged with UNICODE.
This case is to see this.
http://cre-ent.skcapi.co.jp/~saito/pgadmin3/pga_dmp.jpg
ExternProcessDialog expects any program's output to be in the machine's 
charset, but in the case of pg_dump it may be Unicode. This isn't fixed 
too easy, because charset translation is performed in a base class.
I've put it on the TODO list for 1.3.

Regards,
Andreas
---(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


[pgadmin-hackers] CVS Commit by andreas: fix pg_dump option, some TODO updates

2004-11-17 Thread cvs
Log Message:
---
fix pg_dump option, some TODO updates

Modified Files:
--
pgadmin3:
TODO.txt (r1.123 - r1.124)
CHANGELOG.txt (r1.166 - r1.167)
BUGS.txt (r1.62 - r1.63)
pgadmin3/src/ui:
frmBackup.cpp (r1.8 - r1.9)

Index: BUGS.txt
===
RCS file: /projects/pgadmin3/BUGS.txt,v
retrieving revision 1.62
retrieving revision 1.63
diff -LBUGS.txt -LBUGS.txt -u -w -r1.62 -r1.63
--- BUGS.txt
+++ BUGS.txt
@@ -11,6 +11,7 @@
li[gtk] combobox positioning when height is not specified; current 
workaround: fixed 12d height
li[Edit Grid] several platform-dependent misbehaviours when
starting editing a cell (F2 or any key): waiting for 
new wxGrid implementation
+   li[gtk] Crash with some themes; probably gtk issue.
 /ulbr
 bKnown issues, but might stay unfixed/b
 ul
Index: CHANGELOG.txt
===
RCS file: /projects/pgadmin3/CHANGELOG.txt,v
retrieving revision 1.166
retrieving revision 1.167
diff -LCHANGELOG.txt -LCHANGELOG.txt -u -w -r1.166 -r1.167
--- CHANGELOG.txt
+++ CHANGELOG.txt
@@ -17,6 +17,7 @@
 /ul
 br
 ul
+li2004-11-16 AP 1.2RC3 fix pg_dump option
 li2004-11-10 AP 1.2RC2 Remove tablespace from schema (pgsql post-beta4 
change)
 li2004-11-10 AP 1.2RC2 Fix properties for multiply inherited tables (r: 
Riccardo G. Facchini)
 li2004-11-10 AP 1.2RC2 Fix OSX issue (r: Patrick Hatcher)
Index: TODO.txt
===
RCS file: /projects/pgadmin3/TODO.txt,v
retrieving revision 1.123
retrieving revision 1.124
diff -LTODO.txt -LTODO.txt -u -w -r1.123 -r1.124
--- TODO.txt
+++ TODO.txt
@@ -8,6 +8,7 @@
ul
lirecreate views after column type change
liadd MATCH support for triggers
+   liinterpret pg_dump listing output as Unicode
/ul
 
liRefactoring
Index: frmBackup.cpp
===
RCS file: /projects/pgadmin3/src/ui/frmBackup.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lsrc/ui/frmBackup.cpp -Lsrc/ui/frmBackup.cpp -u -w -r1.8 -r1.9
--- src/ui/frmBackup.cpp
+++ src/ui/frmBackup.cpp
@@ -139,7 +139,7 @@
 chkNoOwner-Enable(isPlain);
 chkDropDb-Enable(isPlain);
 chkCreateDb-Enable(isPlain);
-chkDisableTrigger-Enable(isPlain);
+chkDisableTrigger-Enable(chkOnlyData-GetValue());
 }
 
 
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] RC2 uploaded

2004-11-17 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Tue, 16 Nov 2004, Dave Page wrote:
I've tagged and uploaded RC2 in src, win32 ans slack91 formats. Can
someone check these over before we post a release announce please?
Built successfully on FC3 (with --disable-beer flag)
Regards,
- --
Devrim GUNDUZ 
devrim~gunduz.orgdevrim.gunduz~linux.org.tr
			http://www.tdmsoft.com
			http://www.gunduz.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBm8pPtl86P3SPfQ4RAmpeAKDboFT+W3Go5ZTyPWVRI4A5WxkSeQCg0brZ
nJHpPE/Xw2m+tdI8wpqUa6o=
=JFXp
-END PGP SIGNATURE-
---(end of broadcast)---
TIP 8: explain analyze is your friend