mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
entries, per pghackers discussion. This fixes aggregates to live in namespaces, and also simplifies/speeds up lookup in parse_func.c. Also, add a 'proimplicit' flag to pg_proc that controls whether a type coercion function may be invoked implicitly, or only explicitly. The current settings of these flags are more permissive than I would like, but we will need to debate and refine the behavior; for now, I avoided breaking regression tests as much as I could. |
||
|---|---|---|
| .. | ||
| advanced.source | ||
| basics.source | ||
| beard.c | ||
| complex.c | ||
| complex.source | ||
| funcs.c | ||
| funcs.source | ||
| funcs_new.c | ||
| Makefile | ||
| README | ||
| syscat.source | ||
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 <filename> command.