Have any of you experience with executing postgresql functions within an rpm... 
i.e. 
initializing the database:

     /usr/bin/initdb -D /var/lib/pgsql/data

logging in non-root, creating a database and importing tables:

     su postgres
     createdb dbname
     psql < /*.sql
     psql < /*.sql
     exit

Thank you

Regards, Craig Jensen



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to