From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Walter Vera <vera(dot)walter(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: |
Date: | 2006-04-03 23:04:24 |
Message-ID: | 20060403230424.GC17997@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Walter Vera escribió:
Hola,
> [postgres(at)servidor postgres]$ psql 'bd$banco' -U 'WALTER'
> Welcome to psql 8.0.1, the PostgreSQL interactive terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help with psql commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> bd$bancox=> select * from cliente;
> ERROR: relation "cliente" does not exist
> bd$bankx=>
Que dice \d ahi en esa sesion? Si te conectas con el otro usuario, que
dice el \d? Prueba ademas lo siguiente:
SHOW search_path;
y observa si son distintos entre ambos usuarios.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Leonel Nunez | 2006-04-03 23:06:17 | Re: |
Previous Message | Walter Vera | 2006-04-03 22:42:33 |