Re: [GENERAL] Problem - PostgreSQL Truncating Column Names to 63 Characters

2005-05-13 Thread Darren Houston
Hello Tom and Alvaro, The solution you guys provided is exactly the answer I needed. Thank you for your help and saving me time, Darren H. On 5/13/05, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > On Fri, May 13, 2005 at 10:07:43AM -0600, Darren Houston wrote: > > Hello everyone, > > > > I guess

Re: [GENERAL] Problem - PostgreSQL Truncating Column Names to 63 Characters

2005-05-13 Thread Tom Lane
Darren Houston <[EMAIL PROTECTED]> 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

Re: [GENERAL] Problem - PostgreSQL Truncating Column Names to 63 Characters

2005-05-13 Thread Alvaro Herrera
On Fri, May 13, 2005 at 10:07:43AM -0600, Darren Houston wrote: > Hello everyone, > > I guess I'm not typing in the right search string for my question > because I can't find any answer on the Internet. So I'm coming to all > of you for help. > > I'm performing a cross-tab type query in PostgreSQ