Ticket #532 (closed defect: fixed)
Temporary table geography columns appear in other's sessions
| Reported by: | mwtoews | Owned by: | pramsey |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 1.5.2 |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | Cc: |
Description
If you have multiple sessions, and from only one:
create temp table foo(id serial primary key, geog geography(Point, 4326));
Now all sessions "see" the column in geography_columns, even though it is not "their" temporary table. Other sessions can also create the same temporary table concurrently, but are distinguished by different f_table_schema values (pg_temp_3, pg_temp_4, etc.).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

