<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://trust-box.at/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://trust-box.at/dokuwiki/feed.php">
        <title>dokuwiki posgres</title>
        <description></description>
        <link>https://trust-box.at/dokuwiki/</link>
        <image rdf:resource="https://trust-box.at/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-19T22:20:16+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=posgres:space_usage&amp;rev=1410376975&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://trust-box.at/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>dokuwiki</title>
        <link>https://trust-box.at/dokuwiki/</link>
        <url>https://trust-box.at/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=posgres:space_usage&amp;rev=1410376975&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-09-10T21:22:55+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>posgres:space_usage</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=posgres:space_usage&amp;rev=1410376975&amp;do=diff</link>
        <description>Grösse der DB


SELECT pg_size_pretty(pg_database_size('&lt;dbname&gt;')); 


Platzbedarf der Tabellen


select tablename, pg_size_pretty(s) from (select tablename, pg_relation_size(tablename::text) s 
from pg_tables where tableowner = '&lt;username&gt;') as ss order by s desc;</description>
    </item>
</rdf:RDF>
