diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-17 11:16:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-25 12:21:16 -0400 |
| commit | 26996e2d55719deb0a0b85c642c88658c929106c (patch) | |
| tree | 6d8eee4886f97bbea71d4dee8a7d52e2203f2c32 /docs/ref/contrib/gis/tutorial.txt | |
| parent | faad6070ee2eeea270c76381f9ca5999bf1ac15f (diff) | |
Fixed #24499 -- Dropped support for PostGIS 1.5.
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: |
