~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/interfaces/ecpg/README.dynSQL

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$PostgreSQL$
 
2
 
 
3
descriptor statements have the following shortcomings
 
4
 
 
5
- input descriptors (USING DESCRIPTOR <name>) are not supported
 
6
  
 
7
  Reason: to fully support dynamic SQL the frontend/backend communication
 
8
        should change to recognize input parameters.
 
9
        Since this is not likely to happen in the near future and you
 
10
        can cover the same functionality with the existing infrastructure
 
11
        (using s[n]printf), I'll leave the work to someone else.
 
12