Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread DROP DATABASE
Sun, Nov 9 2008 4:31 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Its currently possible to have multiple databases pointing to the same catalog / data. DROPping any one of them without the KEEP CONTENTS clause will zap the data.

Suggestion (since I'm guessing the reason for allowing multiple databases to point to the same data is to allow different privileges to be set) - prevent the data being zapped until only one database points to it.

Roy Lambert
Mon, Nov 10 2008 1:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Its currently possible to have multiple databases pointing to the same
catalog / data. DROPping any one of them without the KEEP CONTENTS clause
will zap the data.

Suggestion (since I'm guessing the reason for allowing multiple databases
to point to the same data is to allow different privileges to be set) -
prevent the data being zapped until only one database points to it. >>

We can't do so without putting in a link between the configuration and the
database catalog, and that would prevent you from hooking up any database to
any configuration by simply issuing a CREATE DATABASE statement.  It would
also prevent you from copying the contents of a database around using the
file system (provided that you know what you're doing and copy everything).

So, the definite answer on this one is "no can do". Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Nov 10 2008 1:16 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


It took me a few moments to sus that. I'd forgotten you can have multiple configuration files - sorry.

Roy Lambert
Image