<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.phobos-net.fr/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://wiki.phobos-net.fr/feed.php">
        <title>wikinotes</title>
        <description></description>
        <link>https://wiki.phobos-net.fr/</link>
        <image rdf:resource="https://wiki.phobos-net.fr/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-09T23:07:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/authentification_postgres?rev=1742421738&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/installation_docker?rev=1628668956&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/introduction_client_postgres_psql?rev=1668079473&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.phobos-net.fr/lib/tpl/dokuwiki/images/favicon.ico">
        <title>wikinotes</title>
        <link>https://wiki.phobos-net.fr/</link>
        <url>https://wiki.phobos-net.fr/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/authentification_postgres?rev=1742421738&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-19T22:02:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:applications:postgresql:authentification_postgres</title>
        <link>https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/authentification_postgres?rev=1742421738&amp;do=diff</link>
        <description>postgres identification securite

Authentification postgres avec mot de passe

A l&#039;installation, le compte postgres peut se connecter sans authentification lorsque le client postgres est utilisé local (la connexion via socket UNIX est une connexion de confiance). On peut modifier se comportement par défaut et demander une authentification par mot de passe pour le compte d&#039;administration postgres même en local:</description>
    </item>
    <item rdf:about="https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/installation_docker?rev=1628668956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-11T08:02:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:applications:postgresql:installation_docker</title>
        <link>https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/installation_docker?rev=1628668956&amp;do=diff</link>
        <description>software application docker postgres postgresql sysadmin dbadmin

Installation de PostgreSQL via Docker

Tester l&#039;image

Les variables d&#039;environnement sont utilisées seulement lors de l&#039;initialisation du conteneur. Pour ce test le conteneur est éphémère, il sera automatiquement effacé à l&#039;arrêt (option --rm):</description>
    </item>
    <item rdf:about="https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/introduction_client_postgres_psql?rev=1668079473&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-10T11:24:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:applications:postgresql:introduction_client_postgres_psql</title>
        <link>https://wiki.phobos-net.fr/doku.php/software/applications/postgresql/introduction_client_postgres_psql?rev=1668079473&amp;do=diff</link>
        <description>software sysadmin dbadmin postgres postresql sql

:TODO: :TODO_DOCUPDATE:

PostgreSQL : Introduction au client psql

Pour s&#039;essayer sans conséquences, on crée un conteneur Docker temporaire exécutant le serveur PostgreSQL:


docker container run --detach --rm --name pg_test -e POSTGRES_PASSWORD=&quot;secret&quot; postgres:9.6-buster</description>
    </item>
</rdf:RDF>
