On Mon, Sep 17, 2001 at 02:51:10PM +1000, Justin Clift wrote:
> I wonder if it would really be possible to do?
Well, it seems to me you could do it at serveral levels:
1. Have a proxy running on whatever port MySQL uses that simply translates
the queries coming in and emulates the protocol. Prob
>> Hmm. Given that we expect the lexer to have downcased any unquoted
>> words, this seems like a workable solution --- where else are we using
>> strcasecmp() unnecessarily?
Wait a minute --- I spoke too quickly. The lexer's behavior is to
downcase unquoted identifiers in a *locale sensitive*
Tom Lane writes:
> Hmm. Given that we expect the lexer to have downcased any unquoted
> words, this seems like a workable solution --- where else are we using
> strcasecmp() unnecessarily?
I've identified several other such places. However, in reality we have to
consider every single strcasecm
Apologies if this shows up twice.
Can someone explain what the log_cnt attribute of a sequence is for?
I couldn't find anything in the documentation regarding it.
Thanks,
--
Steve Chadsey <[EMAIL PROTECTED]>
---(end of broadcast)---
TIP 6: Have y
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Untested, but try this:
> Edit src/backend/commands/variable.c, look for the function
> parse_XactIsoLevel(). Change the code that looks like this:
> if (strcasecmp(value, "SERIALIZABLE") == 0)
> XactIsoLevel = XACT_SERIALIZ
[ very late comment on this thread ]
Philip Hallstrom <[EMAIL PROTECTED]> writes:
> As I understand there are two major tuneable parameters:
>
> - shared buffer cache: which I can think of as a sort of RAM-based
> disk cache of recently accessed tables (or parts of tables). Ideally this
> would
Hi all,
Just updated PostgreSQL jobs page to include a direct submission from
the guys at Red Hat.
Mentioning it here on the list, as it might be a really good opportunity
for the ex GreatBridge people, (as well as others of course) :
http://techdocs.postgresql.org/jobs.php
:-)
Regards and be
Hi Haifa,
It sounds like you have a weird version of gcc installed. The most
common versions of gcc to install on Solaris are available as packages
from www.sunfreeware.com. Please note though, I haven't used the
versions of gcc which are bundled with Solaris 8 nowdays, so if you're
using one o
Hi Tauren,
Have you found the solution for this yet?
It really sounds like part of your customer's database has been deleted
or gone missing.
Which version of PostgreSQL are you using, and which operating system is
it on?
:-)
Regards and best wishes,
Justin Clift
Tauren Mills wrote:
>
> S
Karl Babcock wrote:
>
> Hi, I have just installed PostgreSQL 7.1 and am having a hard time adding
> users. I am trying to add a superuser but I keep getting errors with the
> createuser script.
>
> I am user 'root' on the Linux system when I run:
>
> lightning:/# createuser -d -a root
> psql: F
hi
is there any way to make non-fatal casts (text -=> date and so on?)
it would be just perfect if i could do something like:
try:
my_date := my_text::date;
except:
return -1;
end:
return 0;
i'd like to use it in plpgsql functions. anyway to do it?
depesz
--
hubert depe
11 matches
Mail list logo