[GENERAL] Identifier max length

2003-10-22 Thread Birahim FALL
Title: Message Hi, Certainly a stupid question : What is the max length for identifiers. A test shows me 63 for a table name. I just imagine it's the same for constraint name, view name etc ... but I'm not sure. Or where can I get this info, because it's not in the Postgresl docs ! Thanks

Re: [GENERAL] Identifier max length

2003-10-22 Thread Bruce Momjian
Birahim FALL wrote: > Hi, Certainly a stupid question : What is the max length for > identifiers. A test shows me 63 for a table name. I just > imagine it's the same for constraint name, view name etc ... > but I'm not sure. Or where can I get this info, because it's > not in the Postgresl docs

Re: [GENERAL] Identifier max length

2003-10-22 Thread Dennis Gearon
Bruce Momjian wrote: Birahim FALL wrote: Hi, Certainly a stupid question : What is the max length for identifiers. A test shows me 63 for a table name. I just imagine it's the same for constraint name, view name etc ... but I'm not sure. Or where can I get this info, because it's not in the