#4585: XMLField in PostgreSQL -----------------------+---------------------------------------------------- Reporter: BleSS | Owner: adrian Status: new | Component: Database wrapper Version: SVN | Keywords: postgresql xmlfield Stage: Unreviewed | Has_patch: 0 -----------------------+---------------------------------------------------- I've seen that XMLField is really a TextField that checks if is valid XML:[[BR]] http://www.djangoproject.com/documentation/model-api/#xmlfield But PostgreSql has already a type designed for XML:[[BR]] http://developer.postgresql.org/pgdocs/postgres/datatype-xml.html [[BR]] http://developer.postgresql.org/pgdocs/postgres/functions-xml.html and I think that the PostgreSQL backend would more powerfull if could use that type directly. http://code.djangoproject.com/browser/django/trunk/django/db/backends/postgresql_psycopg2/introspection.py#L70 [[BR]] http://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py#L943
-- Ticket URL: <http://code.djangoproject.com/ticket/4585> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
