Re: chosing a database name - Mailing list pgsql-general

From Berend Tober
Subject Re: chosing a database name
Date
Msg-id 42D54CD1.9090602@seaworthysys.com
Whole thread Raw
In response to Re: chosing a database name  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: chosing a database name
Re: chosing a database name
List 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 by date:

Previous
From: markMLl.pgsql-general@telemetry.co.uk
Date:
Subject: Nulls in timestamps
Next
From: TJ O'Donnell
Date:
Subject: Re: [SQL] dynamically loaded functions