Pregunta sobre Postgres...

From: Renzo Crispieri <recrispi(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Pregunta sobre Postgres...
Date: 2005-08-01 21:14:05
Message-ID: 8ca95d3605080114142ad1eb69@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola a todos!

Estoy tratando de implementar webERP (www.weberp.org) usando
Postgresql, pero me está tirando el siguiente error:

Warning: pg_query(): Query failed: ERROR: permission denied for
relation config in /var/www/webERP/includes/ConnectDB_postgres.inc on
line 36

DB ERROR: :
ERROR: permission denied for relation config

Wont see this cos same colour as backgroundMonday | 3:05 PM

Si reviso la relación config en pgsql, obtengo 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=# \d config
Table "public.config"
Column | Type | Modifiers
-----------+------+-----------
confname | text | not null
confvalue | text | not null
Indexes:
"config_pkey" primary key, btree (confname)

reciclados=#

Soy nuevo en esto de Postgresql, así que cualquier ayuda es bien
recibida. Gracias.

Saludos,
Renzo.

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Martín Marqués 2005-08-01 21:31:20 Re: Pregunta sobre Postgres...
Previous Message Víctor Pérez Juárez 2005-08-01 21:08:41 PostgreSQL JDBC