Обсуждение: The main 'main() ' of postgresql.

Поиск
Список
Период
Сортировка

The main 'main() ' of postgresql.

От
"S -"
Дата:
We would like to know where does the main 'main()' of postgresql, Is the main in main.c in directory
contrib/pg_dumplo what we are looking for?
thank you
Sumaira


The new MSN 8: smart spam protection and 2 months FREE*

Re: The main 'main() ' of postgresql.

От
Neil Conway
Дата:
On Tue, 2003-04-22 at 01:15, S - wrote:
> We would like to know where does the main 'main()' of postgresql

src/backend/main/main.c has main() -- while that's just a stub, you can
follow the logic from there.

Cheers,

Neil