[GENERAL] Question about the Internals

2003-10-27 Thread Relaxin
I'm a consultant for a large company and they are looking at a database to use. I made the suggestion about going with Postgresql. I told him about it's MVCC design, he liked that ideal, but wanted to know exactly HOW did it handle the multiple versions of records. He's concerned because he was

Re: [GENERAL] PostgreSQL Beta4 Tag'd and Bundle'd ...

2003-10-06 Thread Relaxin
ot;"Marc G. Fournier"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > On Fri, 3 Oct 2003, Relaxin wrote: > > > Unless you are one the core developers of Postgresql it's pretty hard to > > keep up with what is "really

Re: [GENERAL] downloading latest source from cvs

2003-09-29 Thread Relaxin
> Relaxin wrote: > > But how do you tell it that I only want what's tagged as WIN32_DEV? > > > > Thanks > >"Bruce Momjian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I think you need -rWIN32_DEV ok, I did as you suggest

Re: [GENERAL] case-insensitive database

2003-09-14 Thread Relaxin
Thank you, that was the answer I was look for. "Stephan Szabo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Sat, 13 Sep 2003, Relaxin wrote: > > > No, I mean the data. > > > > select * from stocks where symbol = 'AADBX' &

Re: [GENERAL] case-insensitive database

2003-09-14 Thread Relaxin
Hello Does anyone understand what is meant by a case-insensitive database. Are there some collations that can be changed or is there just no way to have a true case-insensitive Postgresql database? Thanks "Dennis Gearon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT

[GENERAL] case-insensitive database

2003-09-14 Thread Relaxin
Is there a way to make Postgresql case-INSENSITIVE? Thanks ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [GENERAL] case-insensitive database

2003-09-14 Thread Relaxin
No, I mean the data. select * from stocks where symbol = 'AADBX' and select * from stocks where symbol = 'aadbx' would bring up the same result set. "Christopher Browne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Quoth "Relaxin

Re: [GENERAL] ODBC Issue

2003-09-09 Thread Relaxin
I realize that you guys are working on this voluntarily. All I asked was where can I go to get some questions answered. ""scott.marlowe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 5 Sep 2003, Relaxin wrote: > > > How do we

[GENERAL] 7.4 binary version

2003-09-07 Thread Relaxin
Is there a binary version of 7.4 that I can run under cgywin? ---(end of broadcast)--- TIP 8: explain analyze is your friend