Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
36aa85dc
Commit
36aa85dc
authored
Nov 01, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
3c9b549a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
doc/TODO
doc/TODO
+14
-6
No files found.
doc/TODO
View file @
36aa85dc
TODO list for PostgreSQL
========================
Last updated:
Wed Oct 31 10:10:58
EST 2001
Last updated:
Thu Nov 1 15:06:47
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -227,13 +227,21 @@ CLIENTS
o -Support for binary data/bytea
o Move to using 'make' rather than 'ant'(?)
* ECPG
o
i
mplement set descriptor, using descriptor
o
m
ake casts work in variable initializations
o
a
llow variable to specify the connection name
o
i
mplement SQLDA
o
a
llow SELECT of array of strings into a auto-sized variable
o
I
mplement set descriptor, using descriptor
o
M
ake casts work in variable initializations
o
A
llow variable to specify the connection name
o
I
mplement SQLDA
o
A
llow SELECT of array of strings into a auto-sized variable
o Use cursors implicitly to avoid large results (see setCursorName())
o Solve cardinality > 1 for input descriptors / variables
o Understand structure definitions outside a declare section
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
o Improve error handling
o Allow :var[:index] or :var[<integer>] as cvariable for an array var
o Add a semantic check level, e.g. check if a table really exists
o Remove space_or_nl and line_end from pgc.l
o Fix nested C comments
o Add SQLSTATE
REFERENTIAL INTEGRITY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment