1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add introductory sections explaining what each book is about. Remove Y2K

statement.
This commit is contained in:
Peter Eisentraut
2002-10-24 17:48:54 +00:00
parent b171f5956e
commit 266a280584
19 changed files with 268 additions and 218 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.26 2002/10/20 05:05:46 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.27 2002/10/24 17:48:54 petere Exp $
-->
<chapter id="tutorial-sql">
@ -259,7 +259,7 @@ COPY weather FROM '/home/user/weather.txt';
where the file name for the source file must be available to the
backend server machine, not the client, since the backend server
reads the file directly. You can read more about the
<command>COPY</command> command in &cite-reference;.
<command>COPY</command> command in the &cite-reference;.
</para>
</sect1>