Re: RESTRICT / CASCADE - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: RESTRICT / CASCADE
Date
Msg-id Pine.LNX.4.44.0209091957280.18819-100000@localhost.localdomain
Whole thread Raw
In response to RESTRICT / CASCADE  (Rod Taylor <rbt@zort.ca>)
Responses Re: RESTRICT / CASCADE
List pgsql-docs
Rod Taylor writes:

> If the defaults are different, perhaps the documentation should show
> it's examples using RESTRICT or CASCADE explicitly?

Well, we're describing PostgreSQL, not other database systems that might
act differently.

I believe most SQL guides/books/courses/etc. simply use DROP TABLE name;
and this has also been historical practice in PostgreSQL, so we would
confuse users pretty heavily by adding RESTRICT or CASCADE everywhere.

Also, in most examples the choice between RESTRICT and CASCADE would have
to be arbitrarily made by the documentation writer and might not be what
the user really wanted to do.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-docs by date:

Previous
From: Rod Taylor
Date:
Subject: Re: pgsql user creation query:
Next
From: Tom Lane
Date:
Subject: Re: RESTRICT / CASCADE