Re: [pgadmin-support] "Current value" of sequences in the properties dialogue

2007-03-27 Thread Dave Page
Erwin Brandstetter wrote: > > [EMAIL PROTECTED] wrote: > (...) >> I've implemented that change as suggested. The existing code went out of >> it's way to behave as it did (using setval|('my_seq', 111, FALSE); on < >> 7.4 in fact!) so it was obviously a conscious design choice, but it's >> not one

Re: [pgadmin-support] "Current value" of sequences in the properties dialogue

2007-03-27 Thread Erwin Brandstetter
[EMAIL PROTECTED] wrote: (...) I've implemented that change as suggested. The existing code went out of it's way to behave as it did (using setval|('my_seq', 111, FALSE); on < 7.4 in fact!) so it was obviously a conscious design choice, but it's not one I can see any justification for! Cheers,

[pgadmin-support] New Table and Add Column Modality

2007-03-27 Thread Stephen Denne
pgAdmin 1.6.3 Win XP Pro SP2 Minor annoyance: When using the New Table dialog, the main pgAdmin screen is still responsive, and I can browse other tables and see how they are set up, copy values, etc. But when I then bring up the dialog to add a column, I can no longer use the main pgAdmin scree

Re: [pgadmin-support] Images

2007-03-27 Thread Dave Page
Milen A. Radev wrote: > [EMAIL PROTECTED] wrote: >> List, >> >> Is there any place we can find the icons of pgAdmin III ? > > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/pgadmin/include/images/ > >> If there is any svg file would be great. >> >> I am just asking it becouse I plan to

Re: [pgadmin-support] Images

2007-03-27 Thread Milen A. Radev
[EMAIL PROTECTED] wrote: > List, > > Is there any place we can find the icons of pgAdmin III ? http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/pgadmin/include/images/ > > If there is any svg file would be great. > > I am just asking it becouse I plan to put it on my Entity Relationsh

[pgadmin-support] Images

2007-03-27 Thread ezequias
List, Is there any place we can find the icons of pgAdmin III ? If there is any svg file would be great. I am just asking it becouse I plan to put it on my Entity Relationship Model. Regards Ezequias ---(end of broadcast)--- TIP 5: don't forge

Re: [pgadmin-support] "Current value" of sequences in the properties dialogue

2007-03-27 Thread Dave Page
Erwin Brandstetter wrote: > Hi developers! Hi Dave! > Hi Erwin, > It might help to use > |setval|('my_seq', 111, TRUE); > or just > |setval|('my_seq', 111); > as this would set "is_called" to true and thus generate a more > consistant behaviour. "is_called" could still be set to FALSE by

Re: [pgadmin-support] about ssleay32.lib

2007-03-27 Thread 权宗亮
OK, Thanks! 2007/3/27, Dave Page <[EMAIL PROTECTED]>: 权宗亮 wrote: > hi! > > When compile debugger I got: > LINK : fatal error LNK1104: cannot open file 'ssleay32.lib' > How to get 'ssleay32.lib'? Thats a mistake - the debugger doesn't need to link directly withOpenSSL. I've fixed that in SVN.

Re: [pgadmin-support] about ssleay32.lib

2007-03-27 Thread Dave Page
权宗亮 wrote: > hi! > > When compile debugger I got: > LINK : fatal error LNK1104: cannot open file 'ssleay32.lib' > How to get 'ssleay32.lib'? Thats a mistake - the debugger doesn't need to link directly withOpenSSL. I've fixed that in SVN. > > > wxWidgets 2.8.3 had been released. Should I upgra

Re: [pgadmin-support] bug in edit grid

2007-03-27 Thread Dave Page
[EMAIL PROTECTED] wrote: > I have the strange scenario where one of my tables has a primary key with a > datatype of varchar, and one record in that table has an empty string key i.e. > > create table test ( > id VARCHAR(255) NOT NULL, > test TEXT, > PRIMARY KEY (id) > ) WITHOUT OIDS;

[pgadmin-support] about ssleay32.lib

2007-03-27 Thread 权宗亮
hi! When compile debugger I got: LINK : fatal error LNK1104: cannot open file 'ssleay32.lib' How to get 'ssleay32.lib'? wxWidgets 2.8.3 had been released. Should I upgrade it? Now I still use 2.8.0 -- 权 宗亮(Zongliang Quan) [EMAIL PROTECTED],[EMAIL PROTECTED] http://postgresql.oss.tw http://post