Re: [GENERAL] Command names

2000-09-28 Thread Efrain Caro
Well, I'm not even a new user, I'm maybe a future new user but interested right now. With the exception of the help command, I don't see any need to change commands names. But the help command would be very helpful. - Original Message - From: Keith L. Musser To: PGSQL-General Sent: Thurs

Re: [GENERAL] Redhat 7 and PgSQL

2000-09-29 Thread Efrain Caro
Forgive my ignorance. What is this no-upgrade policy issue about? Jeff Hoffmann <[EMAIL PROTECTED]> writes: > > >>> "Alfredo" <[EMAIL PROTECTED]> 09/29/00 12:28PM >>> > > I heard that MySQL is included in RH 7 instead of PgSQL. Is this true? if > > yes, anybody know why? > > i think the thing is

Re: [GENERAL] Redhat 7 and PgSQL

2000-09-29 Thread Efrain Caro
So we can say that we can upgrade, at least in theory, but that's not the official policy? - Original Message - From: <[EMAIL PROTECTED]> To: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]> Cc: "Efrain Caro" <[EMAIL PROTECTED]>; "Jeff Hoffman

Re: [GENERAL] Delphi PostgreSQL Forum

2000-10-10 Thread Efrain Caro
From: "Daryl Chance" <[EMAIL PROTECTED]> To: "Efrain Caro" <[EMAIL PROTECTED]> Cc: "PostgreSQL general mailing list" <[EMAIL PROTECTED]> Sent: Tuesday, October 10, 2000 10:30 AM Subject: Re: [GENERAL] Delphi PostgreSQL Forum > AFAIK, no one posted a

Re: [GENERAL] Delphi PostgreSQL Forum

2000-10-10 Thread Efrain Caro
able to search with a local search engine. I found that at Geocrawler.com, so there is no use in opening a new pgsql forum. Thanks. - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Efrain Caro" <[EMAIL PROTECTED]> Cc: "Daryl Chance" &

Re: [GENERAL] Re: R: PostgreSQL book

2000-10-12 Thread Efrain Caro
I searched bookpool for pgsql and found nothing. It's not available for preordering and there are no pgsql book at all. At least, I searched for "postgresql"; the system returned "No Books Found". - Original Message - From: "Travis Bauer" <[EMAIL PROTECTED]> To: "Daniel Freedman" <[EMAIL

Re: [GENERAL] postgresql 7.1

2000-10-12 Thread Efrain Caro
So a new version will be out soon. How often Bruce's book will be revised? With each new version? - Original Message - From: "Tim Uckun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 12, 2000 5:43 AM Subject: Re: [GENERAL] postgresql 7.1 > At 01:37 AM 10/12/2000 -0

Re: [GENERAL] (+) oracle notation

2000-10-19 Thread Efrain Caro
> SELECT FROM WHERE table1.field (+) = table2.field; > > This will return all appropriate rows in table1, even if no > corresponding value exists in table2 (it'll list an empty value for that > column in the output tuples if no value exists). In order to do that you should put the (+) operator