Thread:

From
Oscar Pérez
Date:
Hello all,
 
Does anybody knows why table and field names are limited to 31 characters?
Is there any way of changing this?
 
Thank you in advance,
 
Kind regards,

Oscar.

Re:

From
"Arsalan Zaidi"
Date:

Hello all,

Does anybody knows why table and field names are limited to 31 characters?
Is there any way of changing this?

= Change the value of NAMEDATALEN in the file
/postgres-blah/src/include/postgres_ext.h

And recompile.

--Arsalan