Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code-help-tutor/comp9315-23t1-assignment-1

COMP9315 23T1 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: [email protected]
https://github.com/code-help-tutor/comp9315-23t1-assignment-1

23t1 comp9315

Last synced: about 16 hours ago
JSON representation

COMP9315 23T1 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: [email protected]

Awesome Lists containing this project

README

        

src/tutorial/README

tutorial
========

This directory contains SQL tutorial scripts. To look at them, first do a
% make
to compile all the scripts and C files for the user-defined functions
and types. (make needs to be GNU make --- it may be named something
different on your system, often 'gmake')

Then, run psql with the -s (single-step) flag:
% psql -s

From within psql, you can try each individual script file by using
psql's \i command.