Hi
Jason.
In
PostgreSQL 7.2.x and below, the name datatype (used by identifiers) is 32
characters long. This means that names cannot exceed 31 characters (1 char is
used for a terminating null). In PostgreSQL 7.3 (to be released any day now),
this limit has been increased to 64 (practical length 63). You can hack 7.2.x by
editting the NAMEDATALEN value which is in src/include/postgres.h (iirc) and
recompiling. This does require an initdb though, and may affect performance. For
further info on this checkout the postgresql list archives
(archives.postgresql.org).
Regards, Dave.
|
Title: Message
- [pgadmin-support] Prob. with migration plugin wrt. MS SQL sou... Jason Uberig
- Dave Page