aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/copy.sgml
Commit message (Expand)AuthorAge
* Modify COPY FROM to match the null-value string against the column valueTom Lane2003-10-06
* Minor copy-editing.Tom Lane2003-09-30
* Make the SQL command synopses appear less random.Peter Eisentraut2003-09-22
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* The attached patch adds some clarification to the documentation of theBruce Momjian2003-08-17
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Update COPY BINARY file format spec to reflect recent decisions aboutTom Lane2003-05-07
* Make it clear it is the server version that determines if crlf is used. Idea...Bruce Momjian2003-04-20
* Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian2003-04-19
* Bring SQL ref pages to consistent format, part 1.Peter Eisentraut2003-04-15
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Back out password packet length check.Bruce Momjian2002-08-30
* Add comment on old sytax for SELECT FOR UPDATE/LIMIT and COPY.Bruce Momjian2002-08-30
* Neil's patch claimed a column list didn't work for COPY BINARY.Tom Lane2002-08-04
* This patch fixes a probably harmless write of uninitialized memory inBruce Momjian2002-08-04
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* IMPROVED VERSION APPLIED:Bruce Momjian2002-07-30
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Fix obsolete statement about permissions on COPY ref page, and confusionTom Lane2002-05-14
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Modify COPY TO to emit carriage returns and newlines as backslash escapesTom Lane2002-02-12
* Spell-check and markup policePeter Eisentraut2002-01-20
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane2001-12-04
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Mention that COPY cannot be used on a view (per recent suggestion).Tom Lane2001-08-10
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Terminology cleanup: class -> table, instance -> row, attribute -> column,Peter Eisentraut2001-01-13
* New file format for COPY BINARY, in accordance with pghackers discussionsTom Lane2001-01-03
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* CleanupsBruce Momjian2000-07-22
* More cleanupBruce Momjian2000-04-18
* Rename binary object to binary format.Bruce Momjian2000-04-18
* Update COPY manual page for \N.Bruce Momjian2000-04-18
* Fix \N mention in manualBruce Momjian2000-04-18
* Fix typo in tag.Thomas G. Lockhart1999-12-17
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* Make USING in COPY optional.Bruce Momjian1999-10-29
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
* More complete info from Oliver Elphick.Thomas G. Lockhart1999-02-13
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart1998-12-29
* Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart1998-10-30