mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-02-03 21:55:05 +01:00
These functions are compatible, with the exception that MySQL RAND() optionally takes a seed argument. If future queries require seed support, a call to PostgreSQL SETSEED() can be added. Fixes: #12 Signed-off-by: Kevin Locke <kevin@kevinlocke.name>