[pgadmin-hackers] slovenian translation minor (typo) fix

2004-10-21 Thread Miha Radej
hi! this is a minor translation fix as i found some typos. zip file including the .po and .mo files can be found here: http://mcajvar.prkoritu.net/pgadmin/sl_SI.zip (not attaching it because i had problems last time i tried). -- regards, M ---(end of broadcast)

[pgadmin-hackers] CVS Commit by andreas: minor size fix

2004-10-21 Thread cvs
Log Message: --- minor size fix Modified Files: -- pgadmin3/src/ui/common: dlgGroup.xrc (r1.9 -> r1.10) dlgUser.xrc (r1.18 -> r1.19) Index: dlgGroup.xrc === RCS file: /projects/pgadmin3/src/ui/

[pgadmin-hackers] CVS Commit by andreas: todo

2004-10-21 Thread cvs
Log Message: --- todo Modified Files: -- pgadmin3: TODO.txt (r1.120 -> r1.121) pgadmin3/src/ui/common: dlgUser.xrc (r1.17 -> r1.18) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt

Re: [pgadmin-hackers] Sequence bug

2004-10-21 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 21 October 2004 15:26 > To: Dave Page > Cc: PgAdmin Hackers > Subject: Re: [pgadmin-hackers] Sequence bug > > Dave Page wrote: > > > > Hmm, it's not though is it, because (assuming a basic new sequence > >

[pgadmin-hackers] CVS Commit by andreas: fix SET DEFAULT FK restriction

2004-10-21 Thread cvs
Log Message: --- fix SET DEFAULT FK restriction Modified Files: -- pgadmin3: CHANGELOG.txt (r1.151 -> r1.152) pgadmin3/src/schema: pgForeignKey.cpp (r1.24 -> r1.25) Index: CHANGELOG.txt ===

Re: [pgadmin-hackers] Sequence bug

2004-10-21 Thread Andreas Pflug
Dave Page wrote: Hmm, it's not though is it, because (assuming a basic new sequence with no odd values set), start = 1, min = 1, max = whatever. PostgreSQL will error if you try to set it to zero. The closest thing to zero is to set it to 1 and unset is_called. I would say the least confusing be

[pgadmin-hackers] CVS Commit by andreas: refresh fixes when modifying object from

2004-10-21 Thread cvs
Log Message: --- refresh fixes when modifying object from collection list Modified Files: -- pgadmin3: CHANGELOG.txt (r1.150 -> r1.151) pgadmin3/src/ui: dlgProperty.cpp (r1.100 -> r1.101) Index: CHANGELOG.txt

Re: [pgadmin-hackers] Sequence bug

2004-10-21 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 21 October 2004 14:54 > To: Dave Page > Cc: PgAdmin Hackers > Subject: Re: [pgadmin-hackers] Sequence bug > > Dave Page wrote: > > > > > Hmm, it works OK (thanks), but not as you would expect. > With setval

Re: [pgadmin-hackers] Sequence bug

2004-10-21 Thread Andreas Pflug
Dave Page wrote: Hmm, it works OK (thanks), but not as you would expect. With setval's third arg = false, you can set the sequence value to 1, which is displayed as expected as the 'Current Value', but then a 'SELECT nextval()' also returns 1 which is not what you would expect (especially if you ar

Re: [pgadmin-hackers] Sequence bug

2004-10-21 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 21 October 2004 14:28 > To: Dave Page > Cc: PgAdmin Hackers > Subject: Re: [pgadmin-hackers] Sequence bug > > Dave Page wrote: > > Hi guys, > > > > Sorry, but I don't have any time to look at this right > no

Re: [pgadmin-hackers] Sequence bug

2004-10-21 Thread Andreas Pflug
Dave Page wrote: Hi guys, Sorry, but I don't have any time to look at this right now... I found a quoting bug in the sequence dialogue that prevents modification of them (such as resetting the value) - should be trivial to sort. I also suspect that resetting to zero won't work correctly because we

[pgadmin-hackers] CVS Commit by andreas: sequence fixes

2004-10-21 Thread cvs
Log Message: --- sequence fixes Modified Files: -- pgadmin3/src/ui: dlgSequence.cpp (r1.26 -> r1.27) Index: dlgSequence.cpp === RCS file: /projects/pgadmin3/src/ui/dlgSequence.cpp,v retrieving revision

Re: [pgadmin-support] [pgadmin-hackers] Just to inform sucessful

2004-10-21 Thread Andreas Pflug
Diego A. Gil wrote: It seems that pgadmin3 loads and runs A LOT FASTER on my notebook. Is there any known reason for that ?. What are the respective processors/memory? I mean : a lot faster than previous version (post beta2) in the same notebook. Loading "post beta2" in my notebook (P4 2.66 ghz w

Re: [pgadmin-support] [pgadmin-hackers] Just to inform sucessful

2004-10-21 Thread Diego A. Gil
> > It seems that pgadmin3 loads and runs A LOT FASTER on my > > notebook. Is there any known reason for that ?. > > What are the respective processors/memory? > I mean : a lot faster than previous version (post beta2) in the same notebook. Loading "post beta2" in my notebook (P4 2.66 ghz with

[pgadmin-hackers] Sequence bug

2004-10-21 Thread Dave Page
Hi guys, Sorry, but I don't have any time to look at this right now... I found a quoting bug in the sequence dialogue that prevents modification of them (such as resetting the value) - should be trivial to sort. I also suspect that resetting to zero won't work correctly because we need to use some

Re: [pgadmin-hackers] [pgadmin-support] pgadmin3 beta3 build failure at wxMBConv::MB2WC()

2004-10-21 Thread Andreas Pflug
steve fox wrote: First of all, use the mailling list, no private mail! if (decr) Seek(-decr, wxFromCurrent); m_conversion->MB2WC(wxStringBuffer(str, nLen), buffer, nLen+1); } else str = MB2WC((wxChar*)buffer); You invented a new error, in a di

Re: [pgadmin-hackers] Just to inform sucessful compilation

2004-10-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Diego A. Gil > Sent: 21 October 2004 04:46 > To: Pgadmin Support > Cc: PgAdmin Hackers > Subject: [pgadmin-hackers] Just to inform sucessful compilation > > Hi, > > This is just to inform that I