[EMAIL PROTECTED] writes:
> We had plperl operating fine on our Compaq Tru64 4.0F system, when it
> was running PostgreSQL version 7.0.2. However, when we installed
> version 7.1.3, despite the fact that we had used the --with-perl flag
> when configuring, we cannot get plperl running with 7.1.3.
Mike Beerman ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
createlang for plperl fails on Tru64 version 4.0F (v 7.1.3)
Long Description
We had plperl operating fine on our Compaq Tru64 4.0F system, when it was running
Postgr
[EMAIL PROTECTED] writes:
> Note that the backslash between aaa and bbb should be doubled.
Yeah, I think you're right. I get:
regression=# select a from test;
a
--
{"aaa\bbb\"ccc"}
(1 row)
regression=# select a[1] from test;
a
-
aaa\bbb"ccc
(1 row)
Sir,
I found Solaris8 x86 complient for Postgresql 7.1.3,
but whenever I install it, it gives
"illegal mnemonic" error.
If I delete file float.c at location
./src/backend/utils/adt/" then it gives same error
at another file .
Please help me , I have trying this(inst
Hi all,
is there someone who has already tried to start the postmaster on Sun
solaris with 1024 backends ?
If yes, what is the best configuration for the /etc/system file ?
I set the following configuration :
set shmsys:shminfo_shmmax=0x7fff
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shm
Ondrej Palkovsky ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Bad quoting of backslash in text arrays
Long Description
I'm using text arrays to store some information. Unfortunately I got some text that
contained backslash.