Skip to content

Build and test steps

katdrobnjakovic edited this page Nov 6, 2014 · 2 revisions

Steps: cd to postgres folder make clean ./configure make make install

Now we need to use psql to run test SQL and compare the output to the expected result.

SQL

  • build database
  • create tables
  • join
  • output results to a text/csv file

Clone this wiki locally