Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Postgres

viveksengupta edited this page Aug 14, 2015 · 5 revisions

Published Papers from Original Developers

Github Repositories

Documentation

Understanding Source Code - Good Starting Point

  • exec_simple_query: src/backend/tcop/postgres.c L883 : static void exec_simple_query(const char *query_string)

Useful Links

Clone this wiki locally