RE: place for newbie postgresql hackers to work - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject RE: place for newbie postgresql hackers to work
Date
Msg-id ECEHIKNFIMMECLEBJFIGMEOICAAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to place for newbie postgresql hackers to work  ("James Buchanan" <jamesb@northnet.com.au>)
Responses Re: place for newbie postgresql hackers to work  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
> I know this is a big ask, but once its done its done, and we can 
> all get on
> with the job. Not trying to criticize anyone, this is not a flame! Just
> asking for a place for newbies to start hacking.

Why not start with Thomas Swan's earlier posting?:

> I just got bit by the identifier name is too long and will be truncated 
> limitation in Postgresql.
> 
> AFIAA there is a limit of 64 characters for identifiers (names of 
> tables, sequences, indexes, etc...)
> 
> I had just started to get in the habit of using serial data types until 
> I made to tables with long names and the automatic sequence names that 
> were generated conflicted, *ouch* ...
> 
> Is there the possibility of a name conflict resolution during the table 
> creation phase similar to "the name I want to assign is already taken, 
> so I'll pick a different name..." on the serial data type?

Chris


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: REPLACE INTO table a la mySQL
Next
From: Bruce Momjian
Date:
Subject: Re: Another pgindent gripe