pg_indent instructions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pg_indent instructions
Дата
Msg-id 92469f50-35cf-4466-5374-696a04df8051@dunslane.net
обсуждение исходный текст
Ответы Re: pg_indent instructions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The README for pg_indent says:


    ./configure     # "make" will not work in an unconfigured tree
    cd src/include/catalog
    make reformat-dat-files
    cd ../../..


This looks like a case of using a sledgehammer to crack a nut.

I did this, which amounts to the same thing and is faster:

    cd src/include/catalog
    perl ./reformat_dat_file.pl --output . ./pg_*.dat
    cd ../../..


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Zhihong Yu
Дата:
Сообщение: Re: Rename of triggers for partitioned tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_indent instructions