/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
src/tutorial/
..
.gitignore

Add .gitignore to src/tutorial/

7 лет назад
Makefile

Rename 'gmake' to 'make' in docs and recommended commands

12 лет назад
README

Rename 'gmake' to 'make' in docs and recommended commands

12 лет назад
advanced.source

Doc: simplify the tutorial's window-function examples.

2 года назад
basics.source

Doc: sync src/tutorial/basics.source with SGML documentation.

4 года назад
complex.c

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
complex.source

Update copyright for 2026

7 месяцев назад
funcs.c

Use palloc_object() and palloc_array() in more areas of the tree

8 месяцев назад
funcs.source

Add documentation about calling version-1 C functions from C.

2 года назад
syscat.source

Force standard_conforming_strings to always be ON.

7 месяцев назад
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 <filename> command.