Changeset 428368
- Timestamp:
- 08/24/2011 09:29:38 PM (15 years ago)
- Location:
- postgresql-for-wordpress/trunk
- Files:
-
- 2 edited
-
pg4wp/db.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/db.php
r418484 r428368 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.0 b16 Version: 1.2.0 7 7 Author: Hawk__ 8 8 Author URI: http://www.hawkix.net … … 19 19 // If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false" 20 20 // and set this to true 21 define( 'PG4WP_LOG_ERRORS', true);21 define( 'PG4WP_LOG_ERRORS', false); 22 22 23 23 // If you want to allow insecure configuration (from the author point of view) to work with PG4WP, -
postgresql-for-wordpress/trunk/readme.txt
r425588 r428368 1 1 === PostgreSQL for WordPress (PG4WP) === 2 2 Contributors: Hawk__ (http://www.hawkix.net/) 3 Donate link: http ://www.hawkix.net/faire-un-don/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 5 Requires at least: 2.5.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1. 1.07 Stable tag: 1.2.0 8 8 9 9 PostgreSQL for WordPress is a special 'plugin' enabling WordPress to be used with a PostgreSQL database. 10 10 11 11 == Description == 12 13 Wordpress has always been locked into using mysql as its database storage engine. There is a good discussion of 'why' [in the codex](http://codex.wordpress.org/Using_Alternative_Databases#Solutions/ "Codex Discussion")14 15 But some people would like to use some other databases such as PostgreSQL. There are many different motivations behind this, sometimes people already have PostgreSQL on their server and don't want to install MySQL along PostgreSQL, or simply don't like MySQL and prefer using alternatives.16 12 17 13 PostgreSQL for WordPress (PG4WP) gives you the possibility to install and use WordPress with a PostgreSQL database as a backend. … … 46 42 == Changelog == 47 43 48 - 1.2.0rc = 44 = 1.2.0 = 45 * Error logging is disabled in the distribution 46 * Added a handle for correct counting of users and roles 47 * Added MONTH and YEAR to the 'INTERVAL...' handling code 48 * Removed all ZdMultilang support hacks 49 50 = 1.2.0rc = 51 * Disabled all ZdMultilang support hacks 49 52 * Fixed regressions that caused some Wordpress features to not work properly 50 53 * Rewrote database connection handling so Wordpress installation can tell you when you username and password are wrong
Note: See TracChangeset
for help on using the changeset viewer.