Re: Prepared Statement Name Truncation - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Prepared Statement Name Truncation
Date
Msg-id 23706.1353223982@sss.pgh.pa.us
Whole thread Raw
In response to Prepared Statement Name Truncation  (Phil Sorber <phil@omniti.com>)
Responses Re: Prepared Statement Name Truncation
List pgsql-bugs
Phil Sorber <phil@omniti.com> writes:
> An install of ours was having an issue with log files filling up the
> disk rather quickly. After looking into it, the log was filling up
> with NOTICE's caused by an ORM that was using a very long identifier
> as a name for a prepared statement. It was a concatenation of tables
> in the query.

Just to be clear here ... does this ORM expect that it can concatenate
*any* two legal identifiers into another one?  If so, it's going to be
broken no matter what the specific length limit is.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Prepared Statement Name Truncation
Next
From: David Johnston
Date:
Subject: Re: [GENERAL] Prepared Statement Name Truncation