postgresql/doc/src/sgml
Tom Lane c01641f8ae libpq failed to cope with COPY FROM STDIN if the command was issued
via extended query protocol, because it sends Sync right after Execute
without realizing that the command to be executed is COPY.  There seems
to be no reasonable way for it to realize that, either, so the best fix
seems to be to make the backend ignore Sync during copy-in mode.  Bit of
a wart on the protocol, but little alternative.  Also, libpq must send
another Sync after terminating the COPY, if the command was issued via
Execute.
2003-08-13 18:56:21 +00:00
..
ref Remove docs that say psql \encoding doesn't track SET client_encoding. 2003-08-02 02:44:38 +00:00
advanced.sgml Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
arch-dev.sgml Adjust chapter ordering in Internals part to something that seems more 2003-06-22 16:16:44 +00:00
array.sgml Update docs for 7.4 array features and polymorphic functions. 2003-08-09 22:50:22 +00:00
backup.sgml Improve description of restoring pg_dumpall backups, per gripe from 2003-08-01 01:01:52 +00:00
biblio.sgml Adjust spelling of article titles to match the originals, add some links. 2002-01-08 23:50:37 +00:00
bki.sgml Implement types regprocedure, regoper, regoperator, regclass, regtype 2002-04-25 02:56:56 +00:00
book-decl.sgml Add User's Guide chapters on Data Definition and Data Manipulation. 2002-08-05 19:43:31 +00:00
catalogs.sgml Create <link> entries for the foreign keys in the system catalog 2003-06-25 01:14:37 +00:00
charset.sgml Remove --enable-recode feature, since it's been broken by IPv6 changes, 2003-08-04 04:03:10 +00:00
client-auth.sgml At long last I put together a patch to support 4 client SSL negotiation 2003-07-26 13:50:02 +00:00
compiler.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
contacts.sgml Update Thomas Lockhart's email address to lockhart@fourpalms.org. 2002-01-08 20:03:58 +00:00
cvs.sgml Update anonymous-CVS instructions. 2003-06-11 15:28:55 +00:00
datatype.sgml Update docs for 7.4 array features and polymorphic functions. 2003-08-09 22:50:22 +00:00
datetime.sgml Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 2003-07-29 00:03:19 +00:00
ddl.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
dfunc.sgml In an effort to reduce the total number of chapters, combine the small 2003-04-10 01:22:45 +00:00
diskusage.sgml Another big editing pass for consistent content and presentation. 2003-03-24 14:32:51 +00:00
dml.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
docguide.sgml Update documentation build instructions. 2003-06-06 14:17:08 +00:00
ecpg.sgml Noticed broken markup in ecpg.sgml. Attached patch fixes it. Please 2003-08-07 04:17:21 +00:00
extend.sgml Update docs for 7.4 array features and polymorphic functions. 2003-08-09 22:50:22 +00:00
features.sgml Big editing for consistent content and presentation. 2003-03-13 01:30:29 +00:00
filelist.sgml Add documentation for information schema, and some corrections on some 2003-05-18 20:55:57 +00:00
fixrtf Add option --refentry to change \keepn (keep with next paragraph) to 2001-04-20 15:50:25 +00:00
func.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
geqo.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
gist.sgml Make spelling of operating system names match official version closely. 2002-01-09 00:52:38 +00:00
history.sgml This patch includes a lot of minor cleanups to the SGML documentation, 2003-01-19 00:13:31 +00:00
indexcost.sgml Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
indices.sgml Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
info.sgml This patch includes a lot of minor cleanups to the SGML documentation, 2003-01-19 00:13:31 +00:00
information_schema.sgml Information schema views for group privileges, some corrections on column 2003-06-29 15:14:41 +00:00
install-win32.sgml Another big editing pass for consistent content and presentation. 2003-03-24 14:32:51 +00:00
installation.sgml Remove --enable-recode feature, since it's been broken by IPv6 changes, 2003-08-04 04:03:10 +00:00
intro.sgml Add introductory sections explaining what each book is about. Remove Y2K 2002-10-24 17:48:54 +00:00
jdbc.sgml markup fixes 2003-08-07 05:06:40 +00:00
keywords.sgml Brief note about sequence cache not being cleared in other backends. 2003-06-12 07:49:43 +00:00
legal.sgml Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
libpgtcl.sgml Big editing for consistent content and presentation. 2003-03-13 01:30:29 +00:00
libpq.sgml Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 2003-08-13 16:29:03 +00:00
lobj.sgml Update libpq to make new features of FE/BE protocol available to 2003-06-21 21:51:35 +00:00
maintenance.sgml Change clusterdb and vacuumdb into C programs. 2003-06-18 12:19:11 +00:00
Makefile In an effort to reduce the total number of chapters, combine the small 2003-04-10 01:22:45 +00:00
manage-ag.sgml Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
mk_feature_tables.pl Add sql_features table to information schema. Generate the features list 2003-01-14 23:19:34 +00:00
monitoring.sgml Code review for pg_stat_get_backend_activity_start patch --- fix 2003-04-04 03:03:54 +00:00
mvcc.sgml Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
nls.sgml Add error message style guidelines to the SGML documentation. 2003-05-19 21:38:24 +00:00
notation.sgml Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
page.sgml This patch makes the following changes to the documentation: 2003-02-19 04:06:28 +00:00
perform.sgml Seems the runtime.sgml and perform.sgml patches combined are 2003-06-25 02:07:33 +00:00
plperl.sgml General editing 2003-04-07 01:29:26 +00:00
plpgsql.sgml Update docs for 7.4 array features and polymorphic functions. 2003-08-09 22:50:22 +00:00
plpython.sgml Fix documentation comment about restricted environments, per Kevin Jacobs. 2003-07-01 13:52:29 +00:00
pltcl.sgml Fix some index entries. 2003-06-22 16:17:01 +00:00
postgres.sgml Adjust chapter ordering in Internals part to something that seems more 2003-06-22 16:16:44 +00:00
problems.sgml Request verbose error message output in bug reports. 2003-08-10 01:19:18 +00:00
protocol.sgml libpq failed to cope with COPY FROM STDIN if the command was issued 2003-08-13 18:56:21 +00:00
pygresql.sgml General editing 2003-04-07 01:29:26 +00:00
queries.sgml In an effort to reduce the total number of chapters, combine the small 2003-04-10 01:22:45 +00:00
query.sgml Revert ORDBMS change, per Peter. 2003-06-24 23:27:24 +00:00
refentry.sgml Accumulated fixups. 2000-03-30 22:22:41 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml First batch of object rename commands. 2003-06-27 14:45:32 +00:00
regress.sgml Clarify exactly when DST-changeover-induced regression test failures 2003-04-06 17:47:24 +00:00
release.sgml contraints -> constraints 2003-07-31 04:48:15 +00:00
rules.sgml Revision 2003-04-11 13:22:35 +00:00
runtime.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
sources.sgml Move ERRCODE_XXX macros into their own header file. 2003-07-27 18:37:52 +00:00
spi.sgml Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO 2003-01-21 22:06:12 +00:00
sql.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
standalone-install.sgml Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
start.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
stylesheet.css Handle indentation of verbatim environments in HTML output via CSS. 2002-10-12 16:33:43 +00:00
stylesheet.dsl Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
syntax.sgml Update docs for 7.4 array features and polymorphic functions. 2003-08-09 22:50:22 +00:00
trigger.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
typeconv.sgml Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
user-manag.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
wal.sgml Another big editing pass for consistent content and presentation. 2003-03-24 14:32:51 +00:00
xaggr.sgml Update docs for 7.4 array features and polymorphic functions. 2003-08-09 22:50:22 +00:00
xfunc.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00
xindex.sgml Integrate the operator class section into the comprehensive extending SQL 2003-04-13 09:57:35 +00:00
xoper.sgml Revise hash join and hash aggregation code to use the same datatype- 2003-06-22 22:04:55 +00:00
xplang.sgml Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
xtypes.sgml Make various links point to specific places instead of entire parts 2003-08-10 01:20:34 +00:00