Re: WIP patch - INSERT-able log statements
От
Tom Lane
Тема
Re: WIP patch - INSERT-able log statements
Дата
Msg-id
5371.1171587026@sss.pgh.pa.us
Ответ на
WIP patch - INSERT-able log statements (FAST PostgreSQL)
Список
Дерево обсуждения
WIP patch - INSERT-able log statements "FAST PostgreSQL" <fastpgs@fast.fujitsu.com.au>
Re: WIP patch - INSERT-able log statements Bruce Momjian <bruce@momjian.us>
Re: WIP patch - INSERT-able log statements Tom Lane <tgl@sss.pgh.pa.us>
Re: WIP patch - INSERT-able log statements "FAST PostgreSQL" <fastpgs@fast.fujitsu.com.au>
Re: WIP patch - INSERT-able log statements "Joshua D. Drake" <jd@commandprompt.com>
Re: WIP patch - INSERT-able log statements Tom Lane <tgl@sss.pgh.pa.us>
Re: WIP patch - INSERT-able log statements Alvaro Herrera <alvherre@commandprompt.com>
Re: WIP patch - INSERT-able log statements Greg Smith <gsmith@gregsmith.com>
Re: WIP patch - INSERT-able log statements "FAST PostgreSQL" <fastpgs@fast.fujitsu.com.au>
Re: WIP patch - INSERT-able log statements Greg Smith <gsmith@gregsmith.com>
Re: WIP patch - INSERT-able log statements "Guillaume Smet" <guillaume.smet@gmail.com>
Re: WIP patch - INSERT-able log statements Alvaro Herrera <alvherre@commandprompt.com>
Re: WIP patch - INSERT-able log statements "Guillaume Smet" <guillaume.smet@gmail.com>
Re: WIP patch - INSERT-able log statements Alvaro Herrera <alvherre@commandprompt.com>
Re: WIP patch - INSERT-able log statements "Guillaume Smet" <guillaume.smet@gmail.com>
Re: WIP patch - INSERT-able log statements Tom Lane <tgl@sss.pgh.pa.us>
Re: WIP patch - INSERT-able log statements "Guillaume Smet" <guillaume.smet@gmail.com>
Re: WIP patch - INSERT-able log statements "FAST PostgreSQL" <fastpgs@fast.fujitsu.com.au>
Re: WIP patch - INSERT-able log statements Tom Lane <tgl@sss.pgh.pa.us>
Re: WIP patch - INSERT-able log statements "FAST PostgreSQL" <fastpgs@fast.fujitsu.com.au>
Re: WIP patch - INSERT-able log statements Greg Smith <gsmith@gregsmith.com>
Re: WIP patch - INSERT-able log statements "FAST PostgreSQL" <fastpgs@fast.fujitsu.com.au>
Re: WIP patch - INSERT-able log statements Greg Smith <gsmith@gregsmith.com>
Re: WIP patch - INSERT-able log statements daveg <daveg@sonic.net>
Re: WIP patch - INSERT-able log statements Alvaro Herrera <alvherre@commandprompt.com>
Re: WIP patch - INSERT-able log statements Alvaro Herrera <alvherre@commandprompt.com>
Re: WIP patch - INSERT-able log statements "Guillaume Smet" <guillaume.smet@gmail.com>
Re: WIP patch - INSERT-able log statements Alvaro Herrera <alvherre@commandprompt.com>
Re: WIP patch - INSERT-able log statements "Guillaume Smet" <guillaume.smet@gmail.com>
"FAST PostgreSQL" writes: > The second variable is of interest. We need to specify a table in the insert command. My preferred option is for the user to give one and he can create it if and when he wants to. The alternative is we decide the table name and make initdb to create one. Why not output the data in COPY format instead? That (a) eliminates the problem of needing to predetermine a destination table name, and (b) should be considerably faster to load than thousands of INSERT statements. regards, tom lane
В списке pgsql-patches по дате отправления