Future PostgreSQL DAC wish list
Posted: Thu 29 May 2008 20:21
Just thought I would post some wish list items for the future PostgreSQL version.
1. Unicode Suport: Delphi 2008 is coming and being able to encode/decode utf8 automaticly is critical. Commands sent to and from the server must also be supportedm, not just the data.
2. Ability to receive notices from the server. The server emits notices for many things, for example to run db maintenance and be able to see what is going on you need to be able to receive notices. In order to code interfaces for the 8.3 debugger you have to be able to receive notices.
3. Direct TCP/IP mode like the MyDAC and PostgreSQL .net data provider.
4. Ability to treat OIDs as integers
5. Large OID support. This is critical for Servers that have been running for a long time, either use int64 or cardinal types to store OIDs.
6. Options for using the built in SSL support for Libpq.dll
A backup and restore componet that does not use Libpq dlls would be nice as well.
If the first five can be incorporated into the 1.0 release you will have a real winner.
1. Unicode Suport: Delphi 2008 is coming and being able to encode/decode utf8 automaticly is critical. Commands sent to and from the server must also be supportedm, not just the data.
2. Ability to receive notices from the server. The server emits notices for many things, for example to run db maintenance and be able to see what is going on you need to be able to receive notices. In order to code interfaces for the 8.3 debugger you have to be able to receive notices.
3. Direct TCP/IP mode like the MyDAC and PostgreSQL .net data provider.
4. Ability to treat OIDs as integers
5. Large OID support. This is critical for Servers that have been running for a long time, either use int64 or cardinal types to store OIDs.
6. Options for using the built in SSL support for Libpq.dll
A backup and restore componet that does not use Libpq dlls would be nice as well.
If the first five can be incorporated into the 1.0 release you will have a real winner.