From: | Berend Tober <btober(at)seaworthysys(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: chosing a database name |
Date: | 2005-07-13 17:18:09 |
Message-ID: | 42D54CD1.9090602@seaworthysys.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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?
From | Date | Subject | |
---|---|---|---|
Next Message | TJ O'Donnell | 2005-07-13 17:24:01 | Re: [SQL] dynamically loaded functions |
Previous Message | markMLl.pgsql-general | 2005-07-13 17:17:37 | Nulls in timestamps |