On Tue, Dec 30, 2008 at 03:53:37PM -0500, Carol Walter wrote:
>
> OpenSSL is telling me that ssl is
> not properly configured.
how so?
>> openssl verify -CAfile ./root.crt testcert.pem
can you verify the server crt against the CA?
That is the starting place.
--
Sent via pgsql-admin mailing
Thanks to all of you. Many of my problems have been fixed. My
"listening_addresses" was not set correctly. After I fixed that
problem, I started getting an SSL error. I'm now getting this error
as follows:
walt...@fac-staff:~$ psql -U walterc -d walterc -h db -p 5433
psql: SSL SYSCALL e
On Tue, Dec 30, 2008 at 12:56 PM, Tom Lane wrote:
> "Scott Marlowe" writes:
>> On Tue, Dec 30, 2008 at 5:28 AM, Bhujbal, Santosh
>> wrote:
>>> SQL execution failed, Internal error. SQL Statement: (COPY command failed
>>> with error: ERROR: row is too big: size 8200, maximum size 8136)
>
>> Hmmm
"Scott Marlowe" writes:
> On Tue, Dec 30, 2008 at 5:28 AM, Bhujbal, Santosh
> wrote:
>> SQL execution failed, Internal error. SQL Statement: (COPY command failed
>> with error: ERROR: row is too big: size 8200, maximum size 8136)
> Hmmm. What exactly are you trying to insert into what? Normal
On Tue, Dec 30, 2008 at 4:02 AM, Iñigo Martinez Lasala
wrote:
> Hi everybody.
>
> Recently our company has been granted with a contract for an on-line store
> mainteinance.
> The website has been developed under J2EE and Postgres 8.1 as database
> backend. The system has been working without probl
On Tue, Dec 30, 2008 at 5:28 AM, Bhujbal, Santosh
wrote:
> Hi All,
>
> We were getting the following error on executing a COPY command on
> postgres8.2.0.
First and foremost, you need to run the latest version of 8.2, not
8.2.0. .0 releases of postgresql tend to have the most bugs. You're
missi
Bhujbal, Santosh wrote:
Hi All,
We were getting the following error on executing a COPY command on
postgres8.2.0.
SQL execution failed, Internal error. SQL Statement: (COPY command failed with
error: ERROR: row is too big: size 8200, maximum size 8136)
So, in order to fix the error we trie
alive". Otherwise you'll have trouble with the collector not stopping
when you want it to. Look into src/backend/storage/ipc/pmsignal.c:
- return (getppid() == PostmasterPid);
+ return (getppid() != 1);
(Obviously this is a hack, but it should work on any Unixish
Hi All,
We were getting the following error on executing a COPY command on
postgres8.2.0.
SQL execution failed, Internal error. SQL Statement: (COPY command
failed with error: ERROR: row is too big: size 8200, maximum size 8136)
So, in order to fix the error we tried increasing the block size t
Hi everybody.
Recently our company has been granted with a contract for an on-line store
mainteinance.
The website has been developed under J2EE and Postgres 8.1 as database
backend. The system has been working without problem for several month,
but with Christmas access to web portal has raised a
10 matches
Mail list logo