Re: [Pgsql-ayuda] RE: Pgsql-ayuda digest, Vol 1 #407 - 1 msg

From: "Christian Gonzalez" <christiangda(at)cantv(dot)net>
To: <jrodriguez(at)minag(dot)gob(dot)pe>, <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: Re: [Pgsql-ayuda] RE: Pgsql-ayuda digest, Vol 1 #407 - 1 msg
Date: 2003-02-04 12:45:00
Message-ID: 004301c2cc4b$3c51c300$4c02a8c0@web02
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola a todos, revisa el archivo "postgresql.conf" y activa las siguientes
opciones:

tcpip_socket = true
port = 5432
show_source_port = true

Tambien revisa el archivo "pg_hba.conf" y otorga los permisos de accesos
que necesitas, luego reinicia el servicio y listo!.

Atentamente,

Christian Gonzalez.

----- Original Message -----
From: "Juan Carlos Rodríguez Sulca" <jrodriguez(at)minag(dot)gob(dot)pe>
To: <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Sent: Monday, February 03, 2003 10:56 AM
Subject: [Pgsql-ayuda] RE: Pgsql-ayuda digest, Vol 1 #407 - 1 msg

> Hola Amigos de la lista, necesito de la ayuda de ustedes para poder
ingresar
> a las bases de datos que he creado en postgres.
>
> Intente cargar una tabla de 1 millon de registros y cuando estaba cargando
> se canceló, ahora intento ingresar a postgres con el comando psql
"database"
> y me sale el siguiente error :
>
> could no connect to server: No existe el fichero o el directorio Is the
> server running locally and acceoting connections on Unix domain socket
> "tmp/.s.PGSQL.5432"?
>
> Que puede estar pasando y como haría para poder acceder a mis bases de
> datos.
>
> gracias anticipadas por la ayuda.
>
> Atte,
>
> Juan Carlos Rodríguez Sulca
>
> -----Mensaje original-----
> De: pgsql-ayuda-admin(at)tlali(dot)iztacala(dot)unam(dot)mx
> [mailto:pgsql-ayuda-admin(at)tlali(dot)iztacala(dot)unam(dot)mx]En nombre de
> pgsql-ayuda-request(at)tlali(dot)iztacala(dot)unam(dot)mx
> Enviado el: Lunes, 03 de Febrero de 2003 08:37 a.m.
> Para: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
> Asunto: Pgsql-ayuda digest, Vol 1 #407 - 1 msg
>
>
> Send Pgsql-ayuda mailing list submissions to
> pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
> or, via email, send a message with subject or body 'help' to
> pgsql-ayuda-request(at)tlali(dot)iztacala(dot)unam(dot)mx
>
> You can reach the person managing the list at
> pgsql-ayuda-admin(at)tlali(dot)iztacala(dot)unam(dot)mx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pgsql-ayuda digest..."
>
>
> Today's Topics:
>
> 1. Re: Utilizar mayuscular (Alvaro Herrera)
>
> --__--__--
>
> Message: 1
> Date: Sun, 2 Feb 2003 16:10:42 -0300
> From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
> To: Benjamin Alvarado <benjamin_alvarado(at)axtel(dot)net>
> Cc: Postgres mail list <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
> Subject: Re: [Pgsql-ayuda] Utilizar mayuscular
>
> On Mon, Jan 06, 2003 at 05:03:11PM -0600, Benjamin Alvarado wrote:
> > Buneas tardes, ulguno sabra como podrer nombrar con mayusculas el nombre
> > de una tabla o de columnas.
>
> Enciérralos en comillas dobles (""). Nota que no puedes usarlo sin las
> comillas dobles.
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "Como puedes confiar en algo que pagas y que no ves,
> y no confiar en algo que te dan y te lo muestran?" (German Poo)
>
>
> --__--__--
>
> _______________________________________________
> Pgsql-ayuda mailing list
> Pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
>
>
> End of Pgsql-ayuda Digest
>
> _______________________________________________
> Pgsql-ayuda mailing list
> Pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Antonio Castro 2003-02-06 18:48:44 [Pgsql-ayuda] Inconsistencia en tablas del sistema
Previous Message Rodrigo Gallardo 2003-02-04 01:13:12 Re: [Pgsql-ayuda] HELP: con SECUENCIAS y el currval