trouble with table creation - Mailing list pgsql-admin

From pmiranda@vm.com.br
Subject trouble with table creation
Date
Msg-id OFD497D15C.232197BB-ON03256A99.007A0520@vm.com.br
Whole thread Raw
Responses Re: trouble with table creation  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: trouble with table creation  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-admin
Hi, fellows!

I'm getting crazy with a stupid question. I have just created a Database
using pgadmin.exe, then I've created a table named "tabCliente" and, of
course, wanted to populate it. Everything was working fine since I tried to
use pgadmin's sql tool. An idiot sentence like "insert into tabCliente
(iCodCliente, nomCliente) values (NextVal('sqCliente'), 'Nome do Cliente')
resulted in an error message like this:

"Error: -2147467259
Error while executing the query (non-fatal);
ERROR: Relation 'tabcliente' does not exist

function: frmSQL, cmdExecute_Click"

Please! Anyone know what have I missed? Is that a problem with pgadmin?
Help me, please!

The user has total privileges over the database.

Thanks in advance for any advice.

Regards,


Paulo



pgsql-admin by date:

Previous
From: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Date:
Subject: Re: pg_dumpall and password authentication
Next
From: Tom Lane
Date:
Subject: Re: trouble with table creation