[pgadmin-hackers] Belarusian

2003-06-25 Thread Chih-Hsin Lee
Is the spelling of "Belarusian" correct? Is it Belorussian?

Re: [pgadmin-hackers] What is ACL

2003-06-25 Thread Hiroshi Saito
Hi Chin. It is The "Access Control List". Regards, Hiroshi-Saito - Original Message - From: Chih-Hsin Lee To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:48 PM Subject: [pgadmin-hackers] What is ACL I am doing the translation for pgAdmin3.pot, What is "ACL"? ---

[pgadmin-hackers] What is ACL

2003-06-25 Thread Chih-Hsin Lee
I am doing the translation for pgAdmin3.pot, What is "ACL"?

Re: [pgadmin-hackers] wxWindows Build

2003-06-25 Thread fmonkey
> I should point out (perhaps as I should have before) that the 2003-06-07 > CVS tree of wxWindows does not build on Mac OS X. That should be reason > enough to upgrade the CVS tree. > > ahp > > ---(end of broadcast)--- > TIP 3: if posting/reading th

[pgadmin-hackers] wxWindows Build

2003-06-25 Thread fmonkey
I should point out (perhaps as I should have before) that the 2003-06-07 CVS tree of wxWindows does not build on Mac OS X. That should be reason enough to upgrade the CVS tree. ahp ---(end of broadcast)--- TIP 3: if posting/reading through Usenet,

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread fmonkey
> We still have an open wxWindows bug with Unicode, and maybe Adam has > another from QB. > Maybe this issue is a reason to upgrade. > I'm pretty sure that the bugs with QB are our own. Whichever way we choose to go, please let me know so I can settle on a wxWindows tree and get it over with. :-

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 19:49 To: Andreas Pflug; Reinhard Max Cc: [EMAIL PROTECTED] Subject: Re: [pgadmin-hackers] stack trace Andreas, I thought the latest recommanded version was 2003-06-07. All RPMs a

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 19:49 > To: Andreas Pflug; Reinhard Max > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] stack trace > > > Andreas, I thought the latest recommanded version was > 2003-06-07. All RPMs

Re: [pgadmin-hackers] Language issue

2003-06-25 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 17:52 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Language issue > > > Dear all, > > Would it be possible to differenciate the English "language" > string into > "Server-side langu

Re: [pgadmin-hackers] Server Status error

2003-06-25 Thread Andreas Pflug
Adam H. Pendleton wrote: When choosing "Server Status" from the Tools menu, I get this error: "Column not found in pgSet: query_start" and then the application hangs. And, indeed, there is no result column 'query_start' returned by: SELECT * FROM pg_stat_activity ORDER BY procpid; What's the

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread Andreas Pflug
Jean-Michel POURE wrote: Andreas, I thought the latest recommanded version was 2003-06-07. All RPMs are based on it. Shall I upgrade them all? This can be done within hours if you require it. Please try it. From time to time, I update my wx, and since there's been a change just in the region

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 19:23, Andreas Pflug wrote: > I got a bit deeper into this and found that things happen while global > wxWindows vars are initialized. From wxString::AllocBeforeWrite being in > string.h I can see that your're using an older wxWindows version, which > is it? It is our wxG

[pgadmin-hackers] Server Status error

2003-06-25 Thread Adam H. Pendleton
When choosing "Server Status" from the Tools menu, I get this error: "Column not found in pgSet: query_start" and then the application hangs. And, indeed, there is no result column 'query_start' returned by: SELECT * FROM pg_stat_activity ORDER BY procpid; What's the deal? ahp -

Re: [pgadmin-hackers] Language issue

2003-06-25 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear all, Would it be possible to differenciate the English "language" string into "Server-side language" (French=langage server-side) and "Language" (French=langue). In French, "langue" and "langage" do not have the same meaning. Uh, I've been waiting for somethin

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread Adam H. Pendleton
Andreas Pflug wrote: The latest version that is usable is June 18 (just checked), later versions are broken for non-win32. So please use cvs update -D 2003-06-18 to obtain a wx version. Or cvs co -D 2003-06-18 wxWindows if you need to obtain a fresh tree. :-) ahp --

Re: [pgadmin-hackers] Localisation strings

2003-06-25 Thread Adam H. Pendleton
Andreas Pflug wrote: I skipped recoding these because Keith had stated there was work going on. I'm a bit unhappy that we don't know about the state of QB (while that nasty bug seems to be under control. While I don't know what the current state of the QB is, I can say that I fixed the initial

Re: [pgadmin-hackers] stack trace

2003-06-25 Thread Andreas Pflug
Reinhard Max wrote: Hi, here comes the stack trace from the segfault I got when I tried to start pgAdmin on SuSE Linux 8.2 for the first time: #0 wxString::AllocBeforeWrite(unsigned) (this=0x874d78c, nLen=4) at include/wx/string.h:188 #1 0x0001 in ?? () #2 0x0845709f in wxString::AssignCo

[pgadmin-hackers] Language issue

2003-06-25 Thread Jean-Michel POURE
Dear all, Would it be possible to differenciate the English "language" string into "Server-side language" (French=langage server-side) and "Language" (French=langue). In French, "langue" and "langage" do not have the same meaning. Cheers, Jean-Michel ---(end of broadc

Re: [pgadmin-hackers] Localisation strings

2003-06-25 Thread Andreas Pflug
Dear all, Here are some non-standard language entries: 1) src/ui/frmQueryBuilder.cpp:1044 src/ui/frmQueryBuilder.cpp:1046 wxLogError(__("Double right-handed joins are not allowed.\n") __("You must redraw your joins so that \"") + tmptable1 + __("\"\ndoes not appear on the righthan

Re: [pgadmin-hackers] Localisation strings

2003-06-25 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 16:54 > To: [EMAIL PROTECTED] > Cc: Dave Page; Andreas Pflug > Subject: Localisation strings > > > Dear all, > > Here are some non-standard language entries: > > 1) src/ui/frmQueryBuilder.cp

Re: [pgadmin-hackers] [pgadmin-support] PGA 3 Copy

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 16:50, John Bercik wrote: > I'm trying to copy the text on the bottom right that has the Constraint > and Alter Table commands. I am unable to paste it anywhere other than > pgadmin3. RH9 has KDE version 3.1 > Here's a screenshot: > http://htnweb1.emr.musc.edu/test.jpg

[pgadmin-hackers] Localisation strings

2003-06-25 Thread Jean-Michel POURE
Dear all, Here are some non-standard language entries: 1) src/ui/frmQueryBuilder.cpp:1044 src/ui/frmQueryBuilder.cpp:1046 wxLogError(__("Double right-handed joins are not allowed.\n") __("You must redraw your joins so that \"") + tmptable1

Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Dave Page
Title: Message   -Original Message-From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 15:51To: Dave PageCc: [EMAIL PROTECTED]Subject: Re: [pgadmin-hackers] pgConn.cpp.patchDave Page wrote: Doh!  Of course it fails.  Well, at least thi

Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Adam H. Pendleton
Dave Page wrote: Message  Yes, this is because the PQsetClientEncoding fails because the connection failed. I've changed the preceeding code to:       // Set client encoding to Unicode/Ascii     if (PQstatus(conn) == CONNECTION_OK)     {   #if wxUSE_UNICODE      wxLog

Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Dave Page
Title: Message   -Original Message-From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 14:40To: Dave PageCc: [EMAIL PROTECTED]Subject: Re: [pgadmin-hackers] pgConn.cpp.patch Dave Page wrote:     The docs may say that, but I can tell you that:if (

Re: [pgadmin-hackers] [pgadmin-support] PGA 3 Copy

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 14:47, Dave Page wrote: > Can anyone else try this please? Jean-Michel - you have RedHat 9 don't > you? Under RedHat 9, I can copy view or function definition and paste it into Kate. What text can't you paste? What objects? Cheers, Jean-Michel

Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Adam H. Pendleton
Dave Page wrote: -Original Message- From: Adam H.Pendleton [mailto:[EMAIL PROTECTED]] Sent: 25 June 2003 03:02 To: [EMAIL PROTECTED] Subject: [pgadmin-hackers] pgConn.cpp.patch This patch fixes a bug in the error reporting of the new connection dialog when setting the

Re: [pgadmin-hackers] [pgadmin-support] PGA 3 Copy

2003-06-25 Thread Dave Page
> -Original Message- > From: John Bercik [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 12:23 > To: Dave Page > Subject: RE: [pgadmin-support] PGA 3 Copy > > > Dave, I'm in pgadmin3 in Redhat9/KDE Linux. When I copy > from the bottom right pane I am unable to paste into any > other

Re: [pgadmin-hackers] SuSE 8.2 segmentation-fault

2003-06-25 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 12:40 > To: [EMAIL PROTECTED] > Cc: Dave Page; Andreas Pflug; Adam H. Pendleton > Subject: SuSE 8.2 segmentation-fault > > > Dear all, > > pgAdmin3 still has a segmentation-fault under SuSE 8

[pgadmin-hackers] SuSE 8.2 segmentation-fault

2003-06-25 Thread Jean-Michel POURE
Dear all, pgAdmin3 still has a segmentation-fault under SuSE 8.2 at statup. If anyone is interested, I can give you access to the SuSE host in Germany. We do not have X installed on this station. It is only for rebuilding. Maybe we should consider installing a SuSE 8.2 distribution on a seperat

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Dave Page
> -Original Message- > From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 11:44 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] First version of Turkish Language file > > > > Hi, > > On Wed, 25 Jun 2003, Dave Page wrote: > > > I found the CVS

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 12:44, Devrim GUNDUZ wrote: > Which distribution are you using Jean-Michel? I'm running RH 9 and 7.3 > and if you do not have them I can help you building (s)rpms. Thank you so much for your translation. Files commited. Rebuilding now. Wait 5 minutes. I am using RH9, Ma

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Devrim GUNDUZ
Hi , On Wed, 25 Jun 2003, Jean-Michel POURE wrote: > Sorry, it is just that I cannot find your files: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pgsqlturkce I've justreplied Dave's e-mail about this but it was not delivered to the list. I think there was a problem with attachment. Sf.net

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 13:02, Jean-Michel POURE wrote: Sorry, you should have read. > Otherwise, tonight ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 12:44, Devrim GUNDUZ wrote: > Which distribution are you using Jean-Michel? I'm running RH 9 and 7.3 > and if you do not have them I can help you building (s)rpms. Sorry, it is just that I cannot find your files: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pgsqlturkce

[pgadmin-hackers] Packaging strip option

2003-06-25 Thread Jean-Michel POURE
Dear Raphaël, Just to say that I added the "strip --strip-debug /usr/bin/pgAdmin3" option in packages. RH9 and Mandrake 9.1 rpmbuild do it by default, SuSE 8.2 doesn't. Now, all packages are stripped. You can always debug when you have the source installed. Right? This makes a big difference

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Devrim GUNDUZ
Hi, On Wed, 25 Jun 2003, Jean-Michel POURE wrote: > Thanks a lot. Wait a few minutes, I am rebuilding it right now... Which distribution are you using Jean-Michel? I'm running RH 9 and 7.3 and if you do not have them I can help you building (s)rpms. Regards, -- Devrim GUNDUZ [EMAIL PROTECTED

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 10:05, Devrim GUNDUZ wrote: > Could you please build an rpm with Turkish support? I'd like to test some > of the translations; I'm not sure whether I've done something wrong in > some scripts. Thanks a lot. Wait a few minutes, I am rebuilding it right now... Cheers, Jean

Re: [pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Dave Page
> -Original Message- > From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 09:06 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] First version of Turkish Language file > > > > Hi all, > > First version of Turkish Language file is available. It's in CVS of > Turki

[pgadmin-hackers] First version of Turkish Language file

2003-06-25 Thread Devrim GUNDUZ
Hi all, First version of Turkish Language file is available. It's in CVS of Turkish PostgreSQL Project cvs , under sourceforge. Project name is pgsqlturkce cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/pgsqlturkce login (You do not need to supply a password) cvs -z3 -d:pserver:[EMAIL PROTECTE

Re: [pgadmin-hackers] frmQueryBuilder.patch

2003-06-25 Thread Dave Page
Thanks, patch applied. > -Original Message- > From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 00:04 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] frmQueryBuilder.patch > > > Attached is a patch that fixes the first segfault of the QueryBuilder > on linux.

Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Dave Page
> -Original Message- > From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 03:02 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] pgConn.cpp.patch > > > This patch fixes a bug in the error reporting of the new connection > dialog when setting the database encodin

Re: [pgadmin-hackers] Request for translation of pgAdmin3 into Traditional Chinese

2003-06-25 Thread Jean-Michel POURE
On Wednesday 25 June 2003 05:38, you wrote: > I've read the documentations you mentioned in your last e-mails and got > poEdit and pgAdmin3.pot. However, I am not familiar with the rules for the > strinngs in pgAdmin3.pot. I am not sure what should I do with the back > slashes or the double quote m