raising error when max length of sql object's name reached

From: Thomas Poty <thomas(dot)poty(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: raising error when max length of sql object's name reached
Date: 2018-03-28 17:41:23
Message-ID: CAN_ctnioAnLLJyeF08M99OTQALCoKS4eNtBnfbzt7V+8e+JoPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Community,

Currently I works with a 9.6.7 and I wonder If PostgreSQL could raise an
error instead of truncate the name of a SQL object (eg: a column name, an
alias for a column in select statement , a table name, etc...) when the
length exceed 63 characters?

Many Thanks

Thomas

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2018-03-28 17:57:15 Re: raising error when max length of sql object's name reached
Previous Message Tom Lane 2018-03-28 17:34:13 Re: postgres 9.6.8 to 10 on Ubuntu 16.04.4 LTS --- tsearch2 unloadable...