On Thu, 03 Mar 2011, Ludmila Marian wrote:
> So, in order for your index to work, it will not be enough to run the
> tabcreate.sql, but you will have to actually write a small script to
> create these missing tables, using the same definition as for the idx*
> tables in the tabcreate.sql

Yes, that's exactly what I meant by running some manual CREATE TABLE
snippets.  Thanks Ludmila for clarifying, I was being too terse.

Here is a one-liner that will generate these snippets for you:

   $ git show a3ac0436 -- modules/miscutil/sql/tabcreate.sql | \
         grep ^+[^+] | sed 's/16/18/' | sed 's/^\+//'

Ditto for higher indexes.

Best regards
-- 
Tibor Simko

Reply via email to