
< * -Allow pg_dump to dump CREATE CONVERSION (Christopher) < * -Make pg_restore continue after errors, so it acts more like pg_dump scripts 485,486d482 < * Allow pg_dumpall to use non-text output formats < * Have pg_dump use multi-statement transactions for INSERT dumps 493,496d488 < * Allow pg_dump to use multiple -t and -n switches < < This should be done by allowing a '-t schema.table' syntax. < 498a491,512 > > * pg_dump > o Allow pg_dumpall to use non-text output formats > o Have pg_dump use multi-statement transactions for INSERT dumps > o -Allow pg_dump to dump CREATE CONVERSION (Christopher) > o -Make pg_restore continue after errors, so it acts more like pg_dump > scripts > o Allow pg_dump to use multiple -t and -n switches > > This should be done by allowing a '-t schema.table' syntax. > > o Add dumping of comments on composite type columns > o Add dumping of comments on index columns > o Replace crude DELETE FROM method of pg_dumpall for cleaning of > users and groups with separate DROP commands > o Add dumping and restoring of LOB comments > o Stop dumping CASCADE on DROP TYPE commands in clean mode > o Add full object name to the tag field. eg. for operators we need > '=(integer, integer)', instead of just '='. > o Add pg_dumpall custom format dumps. This is probably best done by > combining pg_dump and pg_dumpall into a single binary > o Add CSV output format
…
…
PostgreSQL Database Management System ===================================== This directory contains the source code distribution of the PostgreSQL database management system. PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions. This distribution also contains several language bindings, including C and Tcl. The JDBC, ODBC, C++, and Python interfaces have been moved to the PostgreSQL Projects Web Site at http://gborg.postgresql.org for separate maintenance. A Perl DBI/DBD driver is available from CPAN. See the file INSTALL for instructions on how to build and install PostgreSQL. That file also lists supported operating systems and hardware platforms and contains information regarding any other software packages that are required to build or run the PostgreSQL system. Changes between all PostgreSQL releases are recorded in the file HISTORY. Copyright and license information can be found in the file COPYRIGHT. A comprehensive documentation set is included in this distribution; it can be read as described in the installation instructions. The latest version of this software may be obtained at ftp://ftp.postgresql.org/pub/. For more information look at our web site located at http://www.postgresql.org/.
Description
Languages
C
85.7%
PLpgSQL
5.8%
Perl
4.1%
Yacc
1.3%
Makefile
0.7%
Other
2.3%