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

  1. 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.

  1. Also I add the setting new FID number to the creating feature via "SELECT nextval"

This is useful while creating relationships between tables.

  1. Also I add support of OFTStringList

The files located in ticket 2556

Attachments (1)

support_inherited_tables_#2558.patch (4.0 KB ) - added by bishop 16 years ago.
Add inherited tables support

Download all attachments as: .zip

Change History (4)

comment:1 by warmerdam, 16 years ago

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.

by bishop, 16 years ago

Add inherited tables support

comment:2 by bishop, 16 years ago

Version: 1.5.2svn-trunk

comment:3 by Even Rouault, 16 years ago

Milestone: 1.6.0
Resolution: fixed
Status: newclosed

Added support for inherited spatial tables in r15552. Loosely based on an improved version of the proposed patch to support multiple level of inheritance. Tests added in r15553.

Note: See TracTickets for help on using tickets.