11TODO list for PostgreSQL
22========================
3- Last updated:Wed Dec5 18:11:24 EST 2001
3+ Last updated:Thu Dec6 05:19:15 EST 2001
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -78,7 +78,6 @@ DATA TYPES
7878* ARRAYS
7979o Allow nulls in arrays
8080o Allow arrays to be ORDER'ed
81- o fix array handling in ECPG
8281* BINARY DATA
8382o -Add non-large-object binary field (already exists -- bytea)
8483o -Make binary interface for TOAST columns (base64)
@@ -255,7 +254,8 @@ CLIENTS
255254* ECPG
256255o Implement set descriptor, using descriptor
257256o Make casts work in variable initializations
258- o Allow variable to specify the connection name
257+ o -Allow variable to specify the connection name
258+ o -Fix variable handling in EXEC SQL AT statement
259259o Implement SQLDA
260260o Allow SELECT of array of strings into a auto-sized variable
261261o Solve cardinality > 1 for input descriptors / variables
@@ -267,7 +267,7 @@ CLIENTS
267267o Remove space_or_nl and line_end from pgc.l
268268o Fix nested C comments
269269o Add SQLSTATE
270- o-Fix variable handling inEXEC SQL AT statement
270+ ofix array handling inECPG
271271
272272REFERENTIAL INTEGRITY
273273