Changeset 546585
- Timestamp:
- 05/20/2012 01:47:51 PM (14 years ago)
- Location:
- postgresql-for-wordpress/trunk
- Files:
-
- 2 edited
-
pg4wp/db.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/db.php
r436157 r546585 4 4 Plugin URI: http://www.hawkix.net 5 5 Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database. 6 Version: 1. 2.26 Version: 1.3.0b1 7 7 Author: Hawk__ 8 8 Author URI: http://www.hawkix.net -
postgresql-for-wordpress/trunk/readme.txt
r436152 r546585 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FPT8RPZGFX7GU 4 4 Tags: database, postgresql, PostgreSQL, postgres, mysql 5 Requires at least: 2. 5.16 Tested up to: 3. 2.15 Requires at least: 2.9.1 6 Tested up to: 3.3.2 7 7 Stable tag: 1.2.2 8 8 … … 17 17 MySQL driver is enclosed, which just does "nothing". 18 18 If you need/wish support for another database, please feel free to contact the author, writing a driver is not really hard if you know a bit about SQL and the database you want support for. 19 20 If you want to use this plugin, you should be aware of the following : 21 - WordPress with PG4WP is expected to be much slower than the original WordPress with MySQL because PG4WP does much SQL rewriting for any page view 22 - Some WordPress plugins should work 'out of the box' but most plugins won't because they would need specific code in PG4WP 23 24 You shouldn't expect any plugin specific code to be integrated into PG4WP except for plugins shipped with WordPress itself (such as Akismet). 25 PG4WP 2.0 will have a mechanism to add plugin support. 19 26 20 27 == Installation == … … 43 50 44 51 == Changelog == 52 53 = 1.3.0b1 = 54 * Added support for PostgreSQL 9.1+ (doesn't break compatibility with older versions) 55 * Added support for specifying port in the server host (eg 'localhost:3128') (Patch from convict) 56 * Added a handle for converting CAST(... AS CHAR) to CAST(... AS TEXT) (Problem pointed out by Aart Jan) 57 * Added a filter to remove 'IF NOT EXISTS' for 'CREATE TABLE' queries 58 * Enhancements for WPMU support 45 59 46 60 = 1.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.