From 64153ef4d5ecd838c61eaa785e79856469afa83b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 18 Feb 2006 22:04:52 +0000 Subject: Implemented get_indexes() for Postgres backend, which means 'inspectdb' can introspect primary keys and unique indexes for Postgres now. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2349 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/django-admin.txt') diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 9600a72acf..45cc2363dc 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -117,7 +117,7 @@ models that refer to other models are ordered properly. If you're using Django 0.90 or 0.91, you'll need to add ``primary_key=True`` to one field in each model. In the Django development version, primary keys are -automatically introspected for MySQL, and Django puts in the +automatically introspected for PostgreSQL and MySQL, and Django puts in the ``primary_key=True`` where needed. ``inspectdb`` works with PostgreSQL, MySQL and SQLite. Foreign-key detection -- cgit v1.3