Module: ActiveRecord

Defined in:
lib/pg-xml/activerecord.rb,
lib/pg-xml/coder.rb

Overview

in a migration, use e.g.

add_xpath_index :users, :properties, '/xml/first_name'

to index into the XML

Defined Under Namespace

Modules: Coders, ConnectionAdapters Classes: Base