Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA25827; Tue, 15 Oct 91 19:49:06 -0700
Date: Tue, 15 Oct 91 19:49:06 -0700
Message-Id: <9110160249.AA25827@postgres.Berkeley.EDU>
From: bennouar@vlsi.polymtl.ca (Djamar Bennouar)
Subject: A strange Postgres Story
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

I would like to Know what is the  exact story between Postgres and
the name DesDbCL
This morning all seem to work  in a good maner. But this night
arised a strange problem. In the following many query will show what
happened:

----This is the begining of the Postgres-DesDbCl Story -------
BENNOUAR[32]monitor
Welcome to the C POSTGRES terminal monitor

Go
* create DesDbCl(name=char16)\g

Query sent to backend is "create DesDbCl(name=char16)"
WARN:Oct 15 22:41:43:cannot open          DesDbCl


Go
* destroy DesDbCl \g

Query sent to backend is "destroy DesDbCl "
NOTICE:Oct 15 22:42:04:RelationBuildDesc: (relation name DesDbCl) nonexistent

WARN:Oct 15 22:42:04:Relation DesDbCl Does Not Exist!


Go
* create DesDb(name = char16)\g

Query sent to backend is "create DesDb(name = char16)"
WARN:Oct 15 22:42:19:amcreate: DesDb relation already exists


Go
* destroy DesDb
\g

Query sent to backend is "destroy DesDb "
DESTROY
Go
* create DesDb(name=char16)\g

Query sent to backend is "create DesDb(name=char16)"
CREATE
Go
* create DesDbCl(name=char16) \g

Query sent to backend is "create DesDbCl(name=char16) "
WARN:Oct 15 22:43:33:cannot open          DesDbCl


Go
* create DesDbClass(name = char16)\g

Query sent to backend is "create DesDbClass(name = char16)"
CREATE
Go
*
------------- The End ------
I would appreciate any help to find the source of this problem.

Djamal BENNOUAR
Ecole Polytechnique at Montreal

