Исходный код вики PostgreSQL
Версия 10.2 от Alexandr Fokin на 2023/02/09 14:08
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | PostgreSQL: The world's most advanced open source database | ||
2 | https://www.postgresql.org/ | ||
3 | |||
4 | Дистрибутив PostgreSQL для Windows | ||
5 | https://postgrespro.ru/windows | ||
6 | |||
7 | Руководство по PostgreSQL | ||
8 | https://metanit.com/sql/postgresql/ | ||
9 | |||
10 | PostgreSQL wiki | ||
11 | [[https:~~/~~/wiki.postgresql.org/wiki/Main_Page>>https://wiki.postgresql.org/wiki/Main_Page]] | ||
12 | |||
13 | Postgres Professional | ||
14 | [[https:~~/~~/www.youtube.com/@PostgresProfessional/featured>>https://www.youtube.com/@PostgresProfessional/featured]] | ||
15 | |||
16 | Конференция | ||
17 | https://pgconf.ru/2021 | ||
18 | |||
19 | ---- | ||
20 | |||
21 | Don't Do This | ||
22 | [[https:~~/~~/wiki.postgresql.org/wiki/Don%27t_Do_This>>https://wiki.postgresql.org/wiki/Don%27t_Do_This]] | ||
23 | |||
24 | ---- | ||
25 | |||
26 | ==== Внутренние ссылки: ==== | ||
27 | |||
28 | ====== Дочерние страницы: ====== | ||
29 | |||
30 | {{children/}} | ||
31 | |||
32 | ====== Обратные ссылки: ====== | ||
33 | |||
34 | {{velocity}} | ||
35 | #set ($links = $doc.getBacklinks()) | ||
36 | #if ($links.size() > 0) | ||
37 | #foreach ($docname in $links) | ||
38 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
39 | * [[$escapetool.xml($rdoc.fullName)]] | ||
40 | #end | ||
41 | #else | ||
42 | No back links for this page! | ||
43 | #end | ||
44 | {{/velocity}} | ||
45 | |||
46 | ---- |