summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql')
-rw-r--r--django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql b/django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql
deleted file mode 100644
index 3b9b01e84b..0000000000
--- a/django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-INSERT INTO geoapp_city ("name", "point") VALUES ('Houston', 'SRID=4326;POINT (-95.363151 29.763374)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Dallas', 'SRID=4326;POINT (-96.801611 32.782057)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Oklahoma City', 'SRID=4326;POINT (-97.521157 34.464642)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Wellington', 'SRID=4326;POINT (174.783117 -41.315268)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Pueblo', 'SRID=4326;POINT (-104.609252 38.255001)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Lawrence', 'SRID=4326;POINT (-95.235060 38.971823)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Chicago', 'SRID=4326;POINT (-87.650175 41.850385)');
-INSERT INTO geoapp_city ("name", "point") VALUES ('Victoria', 'SRID=4326;POINT (-123.305196 48.462611)'); \ No newline at end of file