Re: Pregunta sobre Postgres...

From: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: Renzo Crispieri <recrispi(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Pregunta sobre Postgres...
Date: 2005-08-01 22:13:05
Message-ID: 200508011913.05562.martin@bugs.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Por favor, incluye a la lista cuando respondas.

El Lun 01 Ago 2005 18:40, Renzo Crispieri escribió:
> Me tira lo siguiente:
>
> debian:/var/www/webERP# psql reciclados
> Welcome to psql 7.4.7, the PostgreSQL interactive terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help on internal slash commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> reciclados=# \dt config
> List of relations
> Schema | Name | Type | Owner
> --------+--------+-------+-------
> public | config | table | root
^^^^
Puede que aca resida tu problema. Con que usuario estas realizando la
conexion?

\dp config te va a dar la informacion de privilegios de dicha tabla. Yo
personalmente creo que usaste el usuario "root" para crear la estructura de
la base de datos, algo que no es muy aconsejable.

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
---------------------------------------------------------
Martín Marqués | Programador, DBA
Centro de Telemática | Administrador
Universidad Nacional
del Litoral
---------------------------------------------------------

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message al979663 2005-08-01 22:15:52 Instalacion Win200
Previous Message Renzo Crispieri 2005-08-01 21:41:34 Fwd: Pregunta sobre Postgres...