PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

e.70. postgres95 release 0.02

release date: 1995-05-25

e.70.1. changes

incompatible changes:  * the sql statement for creating a database is 'create database' instead    of 'createdb'. similarly, dropping a database is 'drop database' instead    of 'destroydb'. however, the names of the executables 'createdb' and     'destroydb' remain the same.   new tools:  * pgperl - a perl (4.036) interface to postgres95  * pg_dump - a utility for dumping out a postgres database into a         script file containing query commands. the script files are in a ascii         format and can be used to reconstruct the database, even on other         machines and other architectures. (also good for converting         a postgres 4.2 database to postgres95 database.)  the following ports have been incorporated into postgres95-beta-0.02:  * the netbsd port by alistair crooks  * the aix port by mike tung  * the windows nt port by jon forrest (more stuff but not done yet)  * the linux elf port by brian gallew  the following bugs have been fixed in postgres95-beta-0.02:  * new lines not escaped in copy out and problem with copy out when first    attribute is a '.'   * cannot type return to use the default user id in createuser  * select distinct on big tables crashes  * linux installation problems  * monitor doesn't allow use of 'localhost' as pghost  * psql core dumps when doing \c or \l  * the "pgtclsh" target missing from src/bin/pgtclsh/makefile  * libpgtcl has a hard-wired default port number  * select distinct into table hangs  * create type doesn't accept 'variable' as the internallength  * wrong result using more than 1 aggregate in a select