Re: chosing a database name

Поиск
Список
Период
Сортировка
От Berend Tober
Тема Re: chosing a database name
Дата
Msg-id 42D54CD1.9090602@seaworthysys.com
обсуждение исходный текст
Ответ на Re: chosing a database name  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: chosing a database name  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: chosing a database name  (Vivek Khera <vivek@khera.org>)
Список pgsql-general
Alvaro Herrera wrote:

>On Wed, Jul 13, 2005 at 05:56:03PM +0200, Karsten Hilbert wrote:
>
>
>
>>we are developing GNUmed, a medical practice management
>>application running on PostgreSQL (you want your medical
>>data to be hosted by something reliable, don't you ;-)  We
>>are putting out our first release sometime in the next two
>>weeks.
>>
>>The idea is to name the production database "gnumed0.1" for
>>version 0.1 (gnumed0.2 etc for upcoming releases). I do
>>realize the "." may force me to quote the database name in,
>>say, a CREATE DATABASE call.
>>
>>
>
>I doubt you'll have any problems with the tools, but the quoting may
>prove painful.  Why not replace the dot with an underscore? gnumed0_1
>
>

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?



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

Предыдущее
От: markMLl.pgsql-general@telemetry.co.uk
Дата:
Сообщение: Nulls in timestamps
Следующее
От: TJ O'Donnell
Дата:
Сообщение: Re: [SQL] dynamically loaded functions