| Project: | PgDBF |
| Version: | 0.1.1 |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | kirk |
| Status: | closed |
Description
As of Postgresql 8.2, one can add "IF EXISTS" to DELETE TABLE. This avoids the error that is thrown when the table to be created does not already exist. It might worth adding this to the code along with a "--pre8.2" or "--old" switch to leave it out if running a pre 8.2 postgresql server.
#1
Fixed in version 0.2.0. Thanks for the suggestion!
#2
#3
Automatically closed -- issue fixed for two weeks with no activity.
Post new comment