RE: [SQLObject] Postgres: DROP table CASCADE
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <jws...@ra...> - 2004-11-29 17:25:10
|
We need to check for version >= 7.3.0 E.17. Release 7.3 Release date: 2002-11-27 E.17.1. Overview Major changes in this release: PostgreSQL now records object dependencies, which allows improvements in many areas. DROP statements now take either CASCADE or RESTRICT to control whether dependent objects are also dropped. |