projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1088e72
)
Add missing TO.
author
Peter Eisentraut
<
[email protected]
>
Mon, 19 Mar 2001 16:20:52 +0000
(16:20 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Mon, 19 Mar 2001 16:20:52 +0000
(16:20 +0000)
doc/src/sgml/ref/ecpg-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/ecpg-ref.sgml
b/doc/src/sgml/ref/ecpg-ref.sgml
index baa7fa4ce8acd46bd48ac062f3d1315b3cfb6d6d..9e4f4cddded797de685eea8f0290e62ac8a7558d 100644
(file)
--- a/
doc/src/sgml/ref/ecpg-ref.sgml
+++ b/
doc/src/sgml/ref/ecpg-ref.sgml
@@
-1,5
+1,5
@@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.
6 2000/12/25 23:15:26
petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.
7 2001/03/19 16:20:52
petere Exp $
Postgres documentation
-->
@@
-291,7
+291,7
@@
EXEC SQL WHENEVER not found sqlprint;
One connects to a database using the following:
<programlisting>
-EXEC SQL CONNECT <replaceable>dbname</replaceable>;
+EXEC SQL CONNECT
TO
<replaceable>dbname</replaceable>;
</programlisting>
where the database name is not quoted. Prior to version 2.1.0, the