table name size

From: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: table name size
Date: 2002-11-27 19:02:27
Message-ID: 1038423747.7379.71.camel@desenv1.ritterdosreis.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I created a table named (in portuguese, sorry)
"questionariosAgrupamentosQuestoes". No problems. When I try to insert
data on it, using "insert into questionariosAgrupamentosQuestoes values
(...)" i get an error telling me that "questionariosAgrupamentosQuesto"
does not exists. Why pgsql is truncating the name of a table it created
successfully? How can I circumvent that?
Thanks in advance

--

Felipe Schnack
Analista de Sistemas
felipes(at)ritterdosreis(dot)br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes(at)ritterdosreis(dot)br
Fone/Fax.: (51)32303328

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Al Bean 2002-11-27 19:02:59 versions
Previous Message Jean-Luc Lachance 2002-11-27 19:01:44 Re: order by in for loop in plpgsql does not work