Clone object database

From: frank_lupo <frank_lupo(at)email(dot)it>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Clone object database
Date: 2003-03-13 17:57:11
Message-ID: HBP8JB$7B51A59D0857251229F6179B39C553C6@email.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

This program clone a object database:

Domain
clone defination
Table
clone Column,Check,ForeignKey,Rule,Trigger,Index,Acl
View
clone defination,Acl
User
clone defination,group where is present
Group
clone defination,user present in group

Using:

Insert into Sub main then call to "InitClone"
For copy using CopyObjDb
For paste using PasteObjDb

I create a module, is possible to create a class or plug-in

Bye !!
Frank Lupo (Wolf) !!

/\_ _/\
\ o o /
--ooo-----ooo---

--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Viaggiare in aereo spendendo poco non è un sogno perchè Sterling fa dei tuoi sogni realtà, clicca subito
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1227&d=13-3

Attachment Content-Type Size
cloneobjdb.zip application/x-zip-compressed 10.8 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-03-14 16:05:41 add scroll frmtable
Previous Message frank_lupo 2003-03-12 21:44:49 RE: import definition of column ...