summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/README.dynSQL
diff options
context:
space:
mode:
authorPeter Eisentraut2013-11-10 14:20:52 +0000
committerPeter Eisentraut2013-11-10 19:48:29 +0000
commit001e114b8d59f4eaf2a314a2bc5e57078afdf82f (patch)
tree606fa622be346ef917886a29aea7e17383e00d31 /src/interfaces/ecpg/README.dynSQL
parentdca09ac53329e92d73f45674957c26d3d7ae5117 (diff)
Fix whitespace issues found by git diff --check, add gitattributes
Set per file type attributes in .gitattributes to fine-tune whitespace checks. With the associated cleanups, the tree is now clean for git
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.