Changeset 545542
- Timestamp:
- 05/17/2012 08:13:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/driver_pgsql_install.php
r544612 r545542 170 170 { 171 171 $logto = 'CREATE'; 172 $sql = str_replace( 'CREATE TABLE IF NOT EXISTS ', 'CREATE TABLE ', $sql); 172 173 $pattern = '/CREATE TABLE [`]?(\w+)[`]?/'; 173 174 preg_match($pattern, $sql, $matches);
Note: See TracChangeset
for help on using the changeset viewer.