Re: BUG #8260: problem with sequence and tablename

From: Christopher Browne <cbbrowne(at)gmail(dot)com>
To: daniel(dot)degasperi(at)r3-gis(dot)com
Cc: PostgreSQL Mailing Lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #8260: problem with sequence and tablename
Date: 2013-06-27 16:56:41
Message-ID: CAFNqd5X5iuKaY636DBOL6+mReVFzYCJHsnNFb=FDj1g=YEwQqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Object names are limited to a length of NAMEDATALEN-1, which defaults to
63, and are documented to be truncated.

http://www.postgresql.org/docs/9.2/static/sql-syntax-lexical.html

The behaviour you are observing appears to conform to the documentation,
and seems reasonable, so I wouldn't think this was a bug.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2013-06-27 17:10:06 Re: BUG #8260: problem with sequence and tablename
Previous Message daniel.degasperi 2013-06-27 15:26:56 BUG #8260: problem with sequence and tablename