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)
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/
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
> -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
> >
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
===
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
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
> -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
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
> -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
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
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
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
> > 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
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
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
> -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
17 matches
Mail list logo