Reindex
Jump to navigation
Jump to search
REINDEX IN Postgres
https://www.postgresql.org/docs/9.4/sql-reindex.html
REINDEX DATABASE foo;
REINDEX TABLE foo
delete from ids where table_name='item_tag' and nextid=212870;
https://www.postgresql.org/docs/9.4/sql-reindex.html
REINDEX DATABASE foo;
REINDEX TABLE foo
delete from ids where table_name='item_tag' and nextid=212870;