Re: Converting yes or no to one letter strings.
От
Rich Shepard
Тема
Re: Converting yes or no to one letter strings.
Дата
Msg-id
alpine.LNX.2.20.1906041643490.12623@salmo.appl-ecosys.com
Ответ на
Re: Converting yes or no to one letter strings. (David G. Johnston)
Список
Дерево обсуждения
Converting yes or no to one letter strings. Lou <lou@dayspringpublisher.com>
Re: Converting yes or no to one letter strings. "Ray O'Donnell" <ray@rodonnell.ie>
Re: Converting yes or no to one letter strings. Rich Shepard <rshepard@appl-ecosys.com>
Re: Converting yes or no to one letter strings. "David G. Johnston" <david.g.johnston@gmail.com>
Re: Converting yes or no to one letter strings. Rich Shepard <rshepard@appl-ecosys.com>
Re: Converting yes or no to one letter strings. Adrian Klaver <adrian.klaver@aklaver.com>
Re: Converting yes or no to one letter strings. Ron <ronljohnsonjr@gmail.com>
Re: Converting yes or no to one letter strings. Adrian Klaver <adrian.klaver@aklaver.com>
Re: Converting yes or no to one letter strings. Christopher Browne <cbbrowne@gmail.com>
Re: Converting yes or no to one letter strings. "David G. Johnston" <david.g.johnston@gmail.com>
On Tue, 4 Jun 2019, David G. Johnston wrote: > Actually, given that "f" is becoming multiple different values it seems > like the OP is improving upon their data model. That should very much be > done at the table level at not relegated to views, let alone a UI layer. > > It is not unusual to want to convert something that was a simple boolean > to an enumeration of values. Though it is probably better to add a new > column to reflect the new model element and effectively deprecate the old > column - eventually removing it from use when it is no longer needed. > Altering the column type, while possible, is not usually desirable. In > particular it makes rolling back (or supporting older) client software > more difficult because the old version will not recognize the new field > and the old field will be gone. David, Thanks for the insights. Rich
В списке pgsql-general по дате отправления