david wrote:
> I want to create a clone of a dataset except with a different dataset name 
> and 
> different users. Both versions need to be "live" simultaneously.
> 


answering my own question:

from psql superuser:

postgres=# create database "new_db" template="old_db" owner="old_db_owner";

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to