Re: CreateTable --> schema not found - Mailing list pgsql-general

From Ropel
Subject Re: CreateTable --> schema not found
Date
Msg-id 42D4D271.6030707@ropel.it
Whole thread Raw
In response to CreateTable --> schema not found  (Josef Springer <Josef.Springer@JOOPS.COM>)
List pgsql-general
I think it's because of uppercase letters: if you don't quote ... create table "OfficeTalk.absent" ....  , postgresql will lowercase everything
regards

Josef Springer wrote:
Hi,

sorry, i am a PostgesSQL beginner:
  • I  started the pgadmin tool as superuser.
  • Created the database OfficeTalk
  • Created the schema OfficeTalk with same permissions as the template pg_template_1
  • If i create the table OfficeTalk.absent .... >>> schema not found
  • Creating the same table in schema pg_template_1 works fine.
I could not found any solution. Can anybod help me ?
--

Best Regards,
Josef Springer

 -- the software company --

Orlando-di-Lasso Str. 2
D-85640 Putzbrunn

Tel.++49(0)89 600 6920
Fax++49(0)89 600 69220
mailtoJosef.Springer@joops.com
Website http://www.joops.com

Attachment

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Migrating a Microsoft-SQL database to Postgres
Next
From: Richard Huxton
Date:
Subject: Re: CreateTable --> schema not found