Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed repo URL to point to github

...

Panel

Summary

Adds <vacuum> change to support vacuuming databases/tables in PostgreSQL

Current Version

1.0

Author

Nathan Voxland (nathan [at] voxland.net)

Issue Tracking

http://liquibase.jira.com/browse/CONTRIB/component/10021

SVN Source Repository

httphttps://liquibase.jiragithub.com/source/browse/CONTRIB/trunk/postgres/trunkliquibase/liquibase-postgresql

Supported Database

PostgreSQL

...

Available attributes

None

Example

Code Block

 <databaseChangeLog
        xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
        xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd
        http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
    <changeSet id="1" author="nvoxland" runInTransaction="false">
        <ext:vacuum/>
    </changeSet>

</databaseChangeLog>

Files

Attachments
oldtrue

News

June 29, 2009

1.0 - Initial release