From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Henry <hensa22(at)yahoo(dot)es> |
Cc: | Postgres <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Error Notify ,Listen con SSL |
Date: | 2007-10-02 14:44:15 |
Message-ID: | 20071002144415.GB5677@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Henry escribió:
>
> --- Alvaro Herrera <alvherre(at)commandprompt(dot)com>
> escribió:
>
> > Henry escribió:
> > >
> > > --- Alvaro Herrera <alvherre(at)commandprompt(dot)com>
> > > escribió:
> > > <2007-09-20 21:08:49 localhost> LOG: SSL SYSCALL
> > > error: No error
> > > <2007-09-20 21:08:49 localhost> LOG: could not
> > > receive data from client: No error
> > > <2007-09-20 21:08:49 localhost> LOG: unexpected
> > EOF
> > > on client connection
> el log se crea cuando ejecuto el notify.
>
> tengo postgresql 8.2.3 y ahora estoy bajo una pc de
> prueba winxp.
OK. ¿Puedes instalar 8.2.5 y verificar el problema? Puede que lo hayan
corregido entre esas versiones.
Yo acá probé en Linux y el NOTIFY funciona correctamente bajo SSL (en
8.3, eso si). Yo no estoy usando certificados de cliente; ¿tu los
tienes?
sesion 1:
$ psql -h localhost
Bienvenue dans psql 8.3devel, l'interface interactive de PostgreSQL.
Tapez: \copyright pour les termes de distribution
\h pour l'aide-mémoire sur les commandes SQL
\? pour l'aide-mémoire sur les commandes psql
\g ou terminez avec un point-virgule pour exécuter une requête
\q pour quitter
Connexion SSL (chiffrement : DHE-RSA-AES256-SHA, bits: 256)
alvherre=# listen foo;
LISTEN
sesion 2:
$ psql -h localhost
Bienvenue dans psql 8.3devel, l'interface interactive de PostgreSQL.
Tapez: \copyright pour les termes de distribution
\h pour l'aide-mémoire sur les commandes SQL
\? pour l'aide-mémoire sur les commandes psql
\g ou terminez avec un point-virgule pour exécuter une requête
\q pour quitter
Connexion SSL (chiffrement : DHE-RSA-AES256-SHA, bits: 256)
alvherre=# notify foo;
NOTIFY
vuelvo a la sesion 1:
alvherre=# select 1;
?column?
----------
1
(1 ligne)
Notification asynchrone « foo » reçue, provenant du processus serveur de PID 15363.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Agustin Ignacio Genoves | 2007-10-02 16:23:12 | Re: Uso de indices |
Previous Message | Alvaro Herrera | 2007-10-02 14:00:56 | Re: Uso de indices |