On Wednesday 17 December 2003 07:59, Marek Lewczuk wrote: > I'm curious if the default scheme for sequence name (which is created > with SERIAL data type) can be changed -- currently all sequences are > named like this: <table_name>_<field_name>_seq -- can it be changed for > e.g. <table_name>__<field_name>__seq ???
Your two options seem to be: 1. Build your own sequence and don't use SERIAL 2. Change the source (should be a simple change). -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster