Re: Renaming sequences - Mailing list pgsql-novice

From Justin
Subject Re: Renaming sequences
Date
Msg-id CALL-XeMhtNXRH-eLC1NEHKKYHOPmjv5_s87YzW+y8OAwWH-6wg@mail.gmail.com
Whole thread Raw
In response to Re: Renaming sequences  (Justin <zzzzz.graf@gmail.com>)
Responses Re: Renaming sequences  (Mike Dewhirst <miked@dewhirst.com.au>)
List pgsql-novice

as the saying goes "can not see it from house", or "when it breaks you keep both pieces".    (hope my humor comes across)

ORM  has to know the name of the sequence or it can not pre-fetch the sequence, or modify its values

i went and looked  to double check  ORM does control the naming  see

lines 10 -13 and line 96,

Postgresql auto naming  for indexes and sequences is tabel_column_type(idx,seq..) the ORM follows a similar logic

changing names outside of the ORM will bugger the app

pgsql-novice by date:

Previous
From: Renee
Date:
Subject: Re: Re[2]: Health warning:
Next
From: Marcel Ruff
Date:
Subject: Disk space consumption: character varying(255) versus text used forindex