Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

some way to continue forward even when an error occurs



eg.
set continue_on_error = true

or maybe an option in the gui to continue execution.

This is a problem when you run ddl that attempts to drop some
non-existant items.  I think it should report that the item being
deleted does not exist but then should continue on to the next statement
instead of aborting the run.

Oracle, Sybase, and MSSQL do this by default.

thanks!

brad




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group