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
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
> 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
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'
&
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
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
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
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
Is there a binary version of 7.4 that I can run under cgywin?
---(end of broadcast)---
TIP 8: explain analyze is your friend