[GENERAL] [pgsql] Simple backup utility like mysqldump?

2007-06-29 Thread Bjorn Boulder
Hello People, I'm running PostgreSQL 8.1.1 on my freebsd box. I'm curious if PostgreSQL has a utility for backing up small databases like mysqldump or Oracle's export utility. -b ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

[GENERAL] [pgsql.general] Problem connecting PostgreSQL 8.2 to Rails 1.2

2007-07-03 Thread Bjorn Boulder
Hello people, I just installed PostgreSQL on my Mac. I used the package available here: http://www.entropy.ch/software/macosx/postgresql/ Here is a screendump of initdb... $ $ $ $ $ /usr/local/bin/initdb -E UTF8 -D /usr/local/pgsql/data The files belonging to this database system will be owned b

Re: [GENERAL] Problem connecting PostgreSQL 8.2 to Rails 1.2

2007-07-03 Thread Bjorn Boulder
People, I found the answer here: http://wiki.rubyonrails.org/rails/pages/PostgreSQL I fixed it with 1 (one!) command line: gem install postgres -- --with-pgsql-include-dir=/usr/local/pgsql/include --with-pgsql-lib-dir=/usr/local/pgsql/lib More info: $ $ $ gem install postgres -- --with-pgsql-