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?
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
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-