Subject | RE: [firebird-support] CREATE DATABASE like in postgresql |
---|---|
Author | Alan McDonald |
Post date | 2004-05-22T06:22:34Z |
> Is there any plan to implement:Don't know much about postgresql but we don't have much need for this in
> CREATE DATABASE 'the_database' ... [FROM] TEMPLATE
> 'the_template_database
> like in postgresql?
> </doru>
>
Firebird. We certainly don't fire it off much at all. When we do have to
create a db using another as a template, it's very simple to extract the
metadata from the first and hit the execute after changing the db name.
Why do you need to do this much? You certainly are not needing to do this at
run time are you?
Alan