From: | "Diego Barreto" <diegob(at)allytech(dot)com> |
---|---|
To: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
Cc: | <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | RE: ayuda |
Date: | 2007-08-07 12:33:14 |
Message-ID: | 072C784B062E6A43B3A0B6A38F31CBEA068960@allytechnt.allytech.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
la salida da esto
template0=# select xmin, xmax, ctid, oid, usename from pg_authid;
select xmin, xmax, ctid, oid, usename from pg_authid;
ERROR: relation "pg_authid" does not exist
template0=# select xmin, xmax, ctid, oid, usename from pg_shadow;
select xmin, xmax, ctid, oid, usename from pg_shadow;
ERROR: column "oid" does not exist
saludos
-----Mensaje original-----
De: pgsql-es-ayuda-owner(at)postgresql(dot)org
[mailto:pgsql-es-ayuda-owner(at)postgresql(dot)org]En nombre de Jaime Casanova
Enviado el: Lunes, 06 de Agosto de 2007 08:29 p.m.
Para: Diego Barreto
CC: Alvaro Herrera; pgsql-es-ayuda(at)postgresql(dot)org
Asunto: Re: [pgsql-es-ayuda] ayuda
On 8/6/07, Diego Barreto <diegob(at)allytech(dot)com> wrote:
>
> me permite hacer vacuum si pongo todas las conexiones a false
>
obvio, porque no se esta conectando a ninguna base de datos (le
pusiste que no acepten conexiones recuerdas?) y por lo tanto ese
vacuum no esta haciendo nada...
que hay del select que te pidio Alvaro?
>
> Oops, sorry, era obvio :-( Prueba esto otro
>
> select xmin, xmax, ctid, oid, usename from pg_authid;
>
> Si te dice que pg_authid no existe entonces cambialo por pg_shadow
>
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
--
---------------------------(fin del mensaje)---------------------------
TIP 3: si publicas/lees desde Usenet, por favor envía "subscribe-nomail"
a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
a los suscriptores de la lista
From | Date | Subject | |
---|---|---|---|
Next Message | Mario Gonzalez | 2007-08-07 13:00:28 | Re: Out of memory (Failed on request of size 212). |
Previous Message | Miguel Ortega | 2007-08-07 12:06:42 | Re: Case Insensitive / Acent insensitive |