Re: [GENERAL] one more word about rules

2000-09-26 Thread Zeljko Trogrlic
ID shouldn't contain any additional informations (like order). It's ID. Use another field for sorting. At 16:33 22.9.2000 , Abe Asghar wrote: >Hi everyone, > >I have built a database that uses int4 as the unique identifier for a news >database. > >Therefore an article has a identifier 1, the next

RE: [GENERAL] Latest JDBC Driver? Where?

2000-09-20 Thread Zeljko Trogrlic
Connect to the main pg CVS, and then go to interfaces/jdbc or something like that. There is a Web interface, too. At 04:33 20.9.2000 , Mike Cannon-Brookes wrote: >I've looked there but the site seems seriously out of date. Hasn't been >updated since June 1999? There are CVS commits that date from

[GENERAL] RE: [HACKERS] List funnies ?

2000-09-14 Thread Zeljko Trogrlic
Me too, and I'm getting some stuff two times, like I'm double subscribed (which I shouldn't be). Sometimes it takes few days for messages to appear on list etc. At 10:12 14.9.2000 , [EMAIL PROTECTED] wrote: >I was just about to ask the same question... > >med vänlig hälsning >/Dana > >-Origin

Re: [GENERAL] JDBC

2000-09-05 Thread Zeljko Trogrlic
c...) in the JDBC Explorer. Yet the >> driver lets me manipulate these unseen objects when I execute sql >> statements against the database. Problem is, I'd like to see all my >> database objects in the JDBC Explorer GUI, not just the system index. >> >> Ha

[GENERAL] Column name case conversion

2000-09-05 Thread Zeljko Trogrlic
2 to 15 (in case UNICODE is OK). v Zeljko Trogrlic Aeris d.o.o. Sv. Petka 60 b, HR-31000 Osijek, Croatia Tel: +385 (31) 53 00 15 Email: mailto:[EMAIL PROTECTED]

[GENERAL] JDBC and Unicode problem

2000-09-05 Thread Zeljko Trogrlic
ICODE support? * Do I have to set somethinh in Java in order to get UNICODE working? * Which method should I use to read UNICODE data? I have to enter multilingual data so I can't switch to national character set. v Zeljko Trogrlic A

Re: [GENERAL] Indexes not working (bug in 7.0.2?)

2000-09-05 Thread Zeljko Trogrlic
Manual says you should use it after initial data entry, after entering a large amount of rows and periodically. At 23:02 4.9.2000 , Zlatko Calusic wrote: >Tom Lane <[EMAIL PROTECTED]> writes: > >> Zlatko Calusic <[EMAIL PROTECTED]> writes: >> > It is now NOT using the index, and I don't understan