diff options
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 977e059d4b..05d58f0ef4 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -308,12 +308,6 @@ This command should produce the following output: CREATE INDEX "world_worldborder_mpoly_id" ON "world_worldborder" USING GIST ( "mpoly" ); COMMIT; -.. note:: - - With PostGIS < 2.0, the output is slightly different. The ``mpoly`` geometry - column is added through a separate ``SELECT AddGeometryColumn(...)`` - statement. - If this looks correct, run :djadmin:`migrate` to create this table in the database: |
