Re: Renaming sequences

Поиск
Список
Период
Сортировка
От Justin
Тема Re: Renaming sequences
Дата
Msg-id CALL-XeMhtNXRH-eLC1NEHKKYHOPmjv5_s87YzW+y8OAwWH-6wg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Renaming sequences  (Justin <zzzzz.graf@gmail.com>)
Ответы Re: Renaming sequences  (Mike Dewhirst <miked@dewhirst.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Renee
Дата:
Сообщение: Re: Re[2]: Health warning:
Следующее
От: Marcel Ruff
Дата:
Сообщение: Disk space consumption: character varying(255) versus text used forindex