diff options
author | Alvaro Herrera | 2010-10-12 16:24:10 +0000 |
---|---|---|
committer | Alvaro Herrera | 2010-10-12 16:24:10 +0000 |
commit | 82659e0456f5c5a52a35ee41e63882c280ec2496 (patch) | |
tree | e141aa7bc6e4e6d1a1f515f7214031637171ee94 | |
parent | 09130e5867d49c72ef0f11bef30c5385d83bf194 (diff) |
Fix typo
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 835d35ab991..387f50d6d02 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6699,7 +6699,7 @@ DESCRIBE [ OUTPUT ] <replaceable class="PARAMETER">prepared_name</replaceable> I <title>Description</title> <para> - <command>DECLARE</command> retrieves metadata information about + <command>DESCRIBE</command> retrieves metadata information about the result columns contained in a prepared statement, without actually fetching a row. </para> |