The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::TextIndex::DBD::Pg - Driver for PostgreSQL

SYNOPSIS

 require DBIx::TextIndex::DBD::Pg;

DESCRIPTION

Contains PostgreSQL-specific overrides for methods of DBIx::TextIndex::DBD.

Used internally by DBIx::TextIndex.

INTERFACE

Restricted Methods

add_mask
create_collection_table
update_all_docs_vector
update_docweights
update_docweights_execute
update_delete_queue
inverted_replace
inverted_replace_execute
insert_doc_key
create_mask_table
create_docweights_table
create_all_docs_vector_table
create_delete_queue_table
create_inverted_table
create_doc_key_table
drop_doc_key_table

AUTHOR

Daniel Koch, dkoch@cpan.org.

COPYRIGHT

Copyright 1997-2007 by Daniel Koch. All rights reserved.

LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.