[pgadmin-support] On 19010 pgAdmin doesn't run

2007-03-11 Thread Ezequias Rodrigues da Rocha
Hi list, My computer is with a baterry problem and sometimes the Year of Windows shows 19010. On this date PgAdmin doesn't run. I don't know if you already noticed it but you could try. Regards ... -- Ezequias Rodrigues da Rocha http://ezequiasrocha.blogspot.com/ use Mozilla Firefox:http://br.

Re: [pgadmin-support] On 19010 pgAdmin doesn't run

2007-03-11 Thread Andy Shellam
I would like more to why your computer shows 19010 as the year, as that's a completely invalid date. I don't think Windows currently handles years after 2099. I don't know what the developers think, but I think this is a problem outside of the developer's control. Andy. Ezequias Rodrigues

[pgadmin-support] Alternative Serial

2007-03-11 Thread Ezequias Rodrigues da Rocha
Hi list, I know that serials must be created like this. Create the Serial Create a field table and reffers to the pre-created serial. Now I noticed that it is possible to use the default value. I am almost quite sure that this is an alternative way and non polite. I would like to know if I am

Re: [pgadmin-support] On 19010 pgAdmin doesn't run

2007-03-11 Thread Ezequias Rodrigues da Rocha
Ok, Thank you. Ezequias 2007/3/11, Andy Shellam <[EMAIL PROTECTED]>: I would like more to why your computer shows 19010 as the year, as that's a completely invalid date. I don't think Windows currently handles years after 2099. I don't know what the developers think, but I think this is a pr

Re: [pgadmin-support] Alternative Serial

2007-03-11 Thread Milen A. Radev
Ezequias Rodrigues da Rocha написа: > Hi list, > > I know that serials must be created like this. Actually no. > Create the Serial There is no db object 'Serial' you could create independently - you probably mean 'sequence'. > > Create a field table and reffers to the pre-created serial. You

Re: [pgadmin-support] Alternative Serial

2007-03-11 Thread Ezequias Rodrigues da Rocha
Yes you are right, I means sequences. The second way is better for me that have Id (PK) fields not defined as Sequences. Now it is much more difficult to change the type of my PK than define a Default value. I am just concerned about the consistency of this sequence. Could you make me more eas

Re: [pgadmin-support] Alternative Serial

2007-03-11 Thread Milen A. Radev
Ezequias Rodrigues da Rocha написа: > Yes you are right, I means sequences. > Please re-read my reply! > The second way is better for me that have Id (PK) fields not defined as > Sequences. Now it is much more difficult to change the type of my PK than A field could not be defined as 'sequen

[pgadmin-support] Build wxWidgets-2.8.0 in Cygwin

2007-03-11 Thread QuanZongliang
hi! I had compiled wxWidgets-2.8.0 in Cygwin with command: ./configure --with-gtk --enable-gtk2 --enable-unicode --enable-mimetype=no but got warning message: checking for backtrace() in ... noconfigure: WARNING: backtrace() is not available, wxStackWalker will not be available Can