Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 207e45e785cb8f6362fd9cc8fe5acbc8 > files > 81

twig-2.8.3-5mdv2010.0.noarch.rpm

        Commands to set up TWIG databases with pgsql, assuming that
        webserver runs as user nobody (UID 98 or 99), edit the file
        twig.table.pgsql before doing this if your webserver runs as a
        different user:
        
                (log in as user postgres) createuser nobody
                (give no privileges, use unix UID)
                psql -d template1
                create database twig;
                \connect twig
                \i /...path.../twig.table.pgsql
                \q