Darren Houston <darren.houston@gmail.com> writes:
> PostgreSQL is truncating the column names down to 63 characters, and
> some of my names need to be a little larger than that. Is a 63 column
> name length a limit in PostgreSQL, or is there a
> setting/function/compile time option I can enact to overcome this
> problem?
See NAMEDATALEN ... the pghackers archives contain some traffic about
the performance penalty for increasing it ...
regards, tom lane