Opened 16 years ago
Closed 16 years ago
#2558 closed enhancement (fixed)
Inherited tables support (PG Driver)
Reported by: | bishop | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.0 |
Component: | OGR_SF | Version: | svn-trunk |
Severity: | normal | Keywords: | OGR PG |
Cc: |
Description
- Initially PG driver don't support inherited tables.
The files in ticket 2556 I add check if the table is inherited from feature class. So it became supporting all functions of driver.
- Also I add the setting new FID number to the creating feature via "SELECT nextval"
This is useful while creating relationships between tables.
- Also I add support of OFTStringList
The files located in ticket 2556
Attachments (1)
Change History (4)
comment:1 by , 16 years ago
by , 16 years ago
Attachment: | support_inherited_tables_#2558.patch added |
---|
Add inherited tables support
comment:2 by , 16 years ago
Version: | 1.5.2 → svn-trunk |
---|
comment:3 by , 16 years ago
Milestone: | → 1.6.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
As I think was mentioned in one of the other tickets, we really need patches against trunk - ideally three distinct patches for the above changes so they can be understood and applied in isolation.