Re: [GENERAL] Re: [General] pgsql on win95

2000-02-25 Thread Wim Ceulemans
Dustin Sallings wrote: > > On Thu, 24 Feb 2000, root wrote: > > # > I'm writing this email to you from a notebook. Running Linux. And Postgres. > # > :-) So, it's already being done (Notebooks aren't the issue here, I believe > # > it's an issue of OS choices). > # > # There're still some Windo

Re: [GENERAL] AW: [HACKERS] TRANSACTIONS

2000-02-23 Thread Wim Ceulemans
Zeugswetter Andreas SB wrote: > > > Jose Soares <[EMAIL PROTECTED]> writes: > > > --- > > > Interbase, Oracle,Informix,Solid,Ms-Access,DB2: > > > --- > > > connect hygea.gdb; > > > create tabl

Re: [GENERAL] Re: Installation problem on Suse linux 6.3

1999-12-15 Thread Wim Ceulemans
Karl Eichwalder wrote: > > Wim Ceulemans <[EMAIL PROTECTED]> writes: > > | I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel > | 2.2.13, glibc 2.1.2). I always get the following message when I run > | ./configure : > | > | che

Re: [GENERAL] For data based web site, which RDBMS is better & why ?

1999-05-20 Thread Wim Ceulemans
>Can some experts , users or gurus provide me some insight or >guide me to some pointers where impartial comparative analysis of >RDBMS has been done. Look at http://www.mysql.com/crash-me-choose.htmy for a comparison between databases. Wim Ceulemans - [EMAIL PROTECTED] Nice

Re: [GENERAL] Row Count?

1999-05-05 Thread Wim Ceulemans
and after you've done: reset QUERY_LIMIT; and in 6.5 I think there is even a better way? Regards Wim Ceulemans - [EMAIL PROTECTED] Nice Software Solutions - http://www.nice.be Eglegemweg 3, 2811 Hombeek - Belgium Tel +32(0)15 412953 - Fax +32(0)15 412954

Re: [GENERAL] Would this project be of interest to anyone?

1999-04-14 Thread Wim Ceulemans
Why not use Java in stead of SWIG - TCL/TK - PHP? Or is java not free in your opinion? Regards Wim Ceulemans - [EMAIL PROTECTED] Nice Software Solutions - http://www.nice.be Eglegemweg 3, 2811 Hombeek - Belgium Tel +32(0)15 412953 - Fax +32(0)15 412954 > >I've been working on a

Re: [GENERAL] Typecasting datetype as date. How do I cope with NULLs?

1998-11-27 Thread Wim Ceulemans
int,link1 int); create table test2 (id2 int, field2 varchar(5)); where link1 is a foreign key of test1 that should be linked to id2 of test2 Now when I execute the following query: select id1,field2,link1 from test1,test2 where test1.link1=test2.id2 union select id1,NULL,link1 from test1; I

[GENERAL] Case insensitive "contains" search

1998-11-09 Thread Wim Ceulemans
not quite the same because it also finds for example 'tempest', whereas the like search does not find it. So is there a postgreSQL operator that does the same as the like %% search but case insensitive? Regards Wim Ceulemans Nice Software Solutions Eglegemweg 3, 2811 Hombeek - Belgium

Re: [GENERAL] PostgreSQL capacity ?

1998-09-17 Thread Wim Ceulemans
>Hi, I have been checking out the PostgreSQl project and I should say I'm >surprised the incredible work developers and others have done. Now I >would like to know if there is some document which can light me to >evalute the capacity of PostgreSQL. You can find a really up-to-date comprehensive

Re: [GENERAL] Unique key with nulls and copying databases across computers

1998-08-14 Thread Wim Ceulemans
er tst1003;' in postgresql. But I the same error pops up if I type \dt or \di Do you have any other suggestions? -Original Message- From: Vadim Mikheev <[EMAIL PROTECTED]> To: Wim Ceulemans <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Frida

[GENERAL] Unique key with nulls and copying databases across computers

1998-08-12 Thread Wim Ceulemans
to another computer. Is this in fact the way to copy databases? After copying everything works except for example \dt , \di which gives the following error: ERROR: cache lookup for userid 1003 failed What does this mean? Regards Wim Ceulemans Nice Software Solutions

Re: [GENERAL] Mac Connectivity

1998-07-29 Thread Wim Ceulemans
-Original Message- From: Andrew Gibson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, July 29, 1998 1:59 PM Subject: [GENERAL] Mac Connectivity >Hi, > >Has anyone achieved Macintosh connectivity to PostgreSQL? Yes, but with the postgreSQL JDBC driver. Yo