<?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 postgres</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:18+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:beispieldatenbank&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:copy_command&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:datumsberechnungen&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:enum&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:europa.csv&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:import_aus_file&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:postgresql-administration&amp;rev=1410376975&amp;do=diff"/>
                <rdf:li rdf:resource="https://trust-box.at/dokuwiki/doku.php?id=postgres:postgresql-sql&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=postgres:beispieldatenbank&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>postgres:beispieldatenbank</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:beispieldatenbank&amp;rev=1410376975&amp;do=diff</link>
        <description>world.sql</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:copy_command&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>postgres:copy_command</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:copy_command&amp;rev=1410376975&amp;do=diff</link>
        <description>europa.csv


world=# create table membership_raw
(State text, GNI text, wage text, UN text, CoE text, OSCE text, EU text, EEA text, CU text, Schengen text, euro text, OECD text, WTO text, ESA text, NATO text, ICC text, VWP text);

world=# \encoding latin1

world=# copy membership_raw from '/home/mh/world/europa.csv' delimiter ';';

world=# select count(code2) from countries where name in (select state from membership_raw);
 count
-----

world=# create table countries_x_organisations (code charac…</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:datumsberechnungen&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>postgres:datumsberechnungen</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:datumsberechnungen&amp;rev=1410376975&amp;do=diff</link>
        <description>select  age(to_date('20120601', 'yyyymmdd'), current_date);</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:enum&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>postgres:enum</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:enum&amp;rev=1410376975&amp;do=diff</link>
        <description>create type governmentform_enum as enum (
$$Monarchy$$,
$$Socialistic Republic$$,
$$Federal Republic$$,
$$Overseas Department of France$$,
$$Constitutional Monarchy$$,
$$Special Administrative Region of China$$,
$$Part of Denmark$$,
$$Administrated by the UN$$,
$$Republic$$,
$$Islamic Republic$$,
$$US Territory$$,
$$Monarchy (Emirate)$$,
$$Dependent Territory of the US$$,
$$Co-administrated$$,
$$Dependent Territory of the UK$$,
$$Constitutional Monarchy, Federation$$,
$$Territory of Australia$$,…</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:europa.csv&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>postgres:europa.csv</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:europa.csv&amp;rev=1410376975&amp;do=diff</link>
        <description>Albania;3,950;332;UN;CoE;OSCE;Applied;;EUFTA;EU visa-free;ALL;;WTO;;NATO;ICC;39.6
Andorra;41,130;;UN;CoE;OSCE;x;;EUCU;EU visa-free;€;;obs;;;ICC;VWP
Armenia;3,100;;UN;CoE;OSCE;EaP;obs;CISFTA;CIS visa-free;AMD;;WTO;;CSTO;sign;48.9
Austria;46,850;2,758;UN;CoE;OSCE;EU;EEA;EUCU;Schengen;€;OECD;WTO;ESA;PfP;ICC;VWP
Azerbaijan;4,840;;UN;CoE;OSCE;EaP;;CISFTA;CIS visa-free;AZN;GUAM;obs;;PfP;;14
Belarus;5,540;528;UN;obs;OSCE;BRU;EAEC;CUBKR;CIS visa-free;BYR;;obs;BSA;CSTO;;15.5
Belgium;45,310;2,464;UN;CoE;O…</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:import_aus_file&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>postgres:import_aus_file</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:import_aus_file&amp;rev=1410376975&amp;do=diff</link>
        <description>immer forward / da aus Unix Welt

world=# \i c:/pfad/zu/world.sql</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:postgresql-administration&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>postgres:postgresql-administration</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:postgresql-administration&amp;rev=1410376975&amp;do=diff</link>
        <description>import aus file


select attname, most_common_vals from pg_stats where tablename = 'xxx';

create user dd password 'bla'

grant all on database doctrine to dd;


space usage</description>
    </item>
    <item rdf:about="https://trust-box.at/dokuwiki/doku.php?id=postgres:postgresql-sql&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>postgres:postgresql-sql</title>
        <link>https://trust-box.at/dokuwiki/doku.php?id=postgres:postgresql-sql&amp;rev=1410376975&amp;do=diff</link>
        <description>Beispieldatenbank

copy command

enum</description>
    </item>
</rdf:RDF>
