aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/README.dynSQL
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/README.dynSQL')
-rw-r--r--src/interfaces/ecpg/README.dynSQL8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/README.dynSQL b/src/interfaces/ecpg/README.dynSQL
index e1d1507fd07..b021f4b2d0f 100644
--- a/src/interfaces/ecpg/README.dynSQL
+++ b/src/interfaces/ecpg/README.dynSQL
@@ -5,7 +5,7 @@ descriptor statements have the following shortcomings
- input descriptors (USING DESCRIPTOR <name>) are not supported
Reason: to fully support dynamic SQL the frontend/backend communication
- should change to recognize input parameters.
- Since this is not likely to happen in the near future and you
- can cover the same functionality with the existing infrastructure
- (using s[n]printf), I'll leave the work to someone else.
+ should change to recognize input parameters.
+ Since this is not likely to happen in the near future and you
+ can cover the same functionality with the existing infrastructure
+ (using s[n]printf), I'll leave the work to someone else.