Port Bug Report: Can not create table with a number as first character

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: Can not create table with a number as first character
Date: 1999-03-02 23:58:40
Message-ID: 199903022358.SAA21456@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Michael Kraus
Your email address : magnum3171(at)aol(dot)com

Category : unknown
Severity : non-critical

Summary: Can not create table with a number as first character

System Configuration
--------------------
Operating System : Linux 2.0.36 redhat 5.2

PostgreSQL version : 6.4.2

Compiler used : gcc 2.7.0

Hardware:
---------
Pentium 48M RAM.

Versions of other tools:
------------------------

--------------------------------------------------------------------------

Problem Description:
--------------------
I can not creat a table with a name that contains a number as its first character. I can not create a table with a name that contains a hyphen.

--------------------------------------------------------------------------

Test Case:
----------
create table 622 (etc char(25)) or create table v-22 (etc char(10))

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-03-03 02:52:05 Re: [PORTS] fmgr cache lookup failed on initdb
Previous Message Pascal Mueller 1999-03-02 19:46:42 Install Bug?