Re: chosing a database name

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: chosing a database name
Дата
Msg-id 5906A3A6-55F5-40B3-AD20-75C025A7CFA5@khera.org
обсуждение исходный текст
Ответ на Re: chosing a database name  (Berend Tober <btober@seaworthysys.com>)
Ответы Re: chosing a database name  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список pgsql-general
On Jul 13, 2005, at 1:18 PM, Berend Tober wrote:

> Or why bother including either? Just use sequential integers, maybe
> left-padded with zeros to make the name the same length for the
> first thousand or so releases?
>
>

I concur with this advice.  Just use a sequence number which happens
to correspond with your software release numbers... or not.  They can
be separate, especially once you get more stable and have more
software updaes than schema updates.

Or you could do something like Pg and require changes only for major
version number releases. :-)

Vivek Khera, Ph.D.
+1-301-869-4449 x806



Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: chosing a database name
Следующее
От: Philip Hallstrom
Дата:
Сообщение: Re: chosing a database name