It would be very interesting if the python community could to access
since SQLAlchemy to more features of the PostgreSQL 8.3 RDBMS
powerful, as are any new data types as: enumerated (ENUM) [1],  XML
[2], Universally Unique Identifiers (UUID) [3], and monetary [4].

For if anybody is interested on add them, see here: [5]


[1] http://www.postgresql.org/docs/8.3/static/datatype-enum.html
[2] http://www.postgresql.org/docs/8.3/static/datatype-xml.html
[3] http://www.postgresql.org/docs/8.3/static/datatype-uuid.html
[4] http://www.postgresql.org/docs/8.3/static/datatype-money.html

[5]
http://www.sqlalchemy.org/docs/05/sqlalchemy_databases_postgres.html

http://www.sqlalchemy.org/trac/browser/sqlalchemy/trunk/lib/sqlalchemy/databases/postgres.py
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to