Исходный код вики PostgreSQL
Редактировал(а) Alexandr Fokin 2023/12/16 14:12
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:113px" %) |(% style="width:1371px" %)PostgreSQL, Postgres, pg | ||
2 | |(% style="width:113px" %) |(% style="width:1371px" %)((( | ||
3 | PostgreSQL: The world's most advanced open source database | ||
4 | https://www.postgresql.org/ | ||
5 | |||
6 | Дистрибутив PostgreSQL для Windows | ||
7 | https://postgrespro.ru/windows | ||
8 | |||
9 | Руководство по PostgreSQL | ||
10 | https://metanit.com/sql/postgresql/ | ||
11 | |||
12 | PostgreSQL wiki | ||
13 | [[https:~~/~~/wiki.postgresql.org/wiki/Main_Page>>https://wiki.postgresql.org/wiki/Main_Page]] | ||
14 | |||
15 | Postgres Professional | ||
16 | [[https:~~/~~/www.youtube.com/@PostgresProfessional/featured>>https://www.youtube.com/@PostgresProfessional/featured]] | ||
17 | |||
18 | Конференция | ||
19 | https://pgconf.ru/2021 | ||
20 | ))) | ||
21 | |(% style="width:113px" %) |(% style="width:1371px" %)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 | ---- |