Re: Proof of concept: standalone backend with full FE/BE protocol

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Proof of concept: standalone backend with full FE/BE protocol
Дата
Msg-id
23022.1347203756@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Simon Riggs <simon@2ndQuadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Stephen Frost <sfrost@snowman.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Robert Haas <robertmhaas@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Bruce Momjian <bruce@momjian.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Robert Haas <robertmhaas@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Peter Eisentraut <peter_e@gmx.net>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Robert Haas <robertmhaas@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Robert Haas <robertmhaas@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Bruce Momjian <bruce@momjian.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Simon Riggs <simon@2ndQuadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Andres Freund <andres@2ndquadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Simon Riggs <simon@2ndQuadrant.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Proof of concept: standalone backend with full FE/BE protocol Merlin Moncure <mmoncure@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Robert Haas <robertmhaas@gmail.com>
Re: Proof of concept: standalone backend with full FE/BE protocol Tom Lane <tgl@sss.pgh.pa.us>
Re: Proof of concept: standalone backend with full FE/BE protocol Amit Kapila <amit.kapila16@gmail.com>
Amit kapila  writes:
> 1. does this follow the behavior that admin users will not be allowed to invoke postgres child process?

That's an interesting question.  I'm not sure if we'd want to disable
the no-root check on the Unix side, but it might make sense to.  But
this has no bearing on what libpq does, does it?

> 2. to find standalone_backend incase user didn't input, do we need mechanism similar to getInstallationPaths()?

No.  There is no reason at all for libpq to think it is part of a
postgres-supplied program, so it can't use any relative-path tricks,
even if it had the program's argv[0] which it does not.  Either the
compiled-in path works, or the user has to give one.

(But having said that, if Windows provides a way for a DLL to find
out its own filesystem location, maybe relative path from there would
work.)
		regards, tom lane


В списке pgsql-hackers по дате отправления
От: Andrew Dunstan
Дата:
От: Andres Freund
Дата:
FAQ