Re: reindexdb -t schema.table name

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: reindexdb -t schema.table name
Дата
Msg-id 28351.1244579994@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: reindexdb -t schema.table name  (Andy Shellam <andy-lists@networkmail.eu>)
Список pgsql-admin
Andy Shellam <andy-lists@networkmail.eu> writes:
> Could it be an option that if the table name is already qualified and
> quoted, reindexdb doesn't touch it?

One small problem with the examples you give is that the shell would
immediately strip all the double-quotes.  By the time you've made it
shell-safe it's pretty ugly.

See also the pg_dump switches for selecting tables, which are a lot
more sophisticated than reindexdb or the other clients have got.
If anything at all is done in this area, it should be compatible
with what pg_dump does.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Andy Shellam
Дата:
Сообщение: Re: reindexdb -t schema.table name
Следующее
От: "Atul Chojar"
Дата:
Сообщение: Different handling of PL/pgSQL for-loop variables in 8.3.7 vs. 8.2.7 ???