.....si l'ho installato io, se così si puo dire.....
...non ho fatto altro che cliccare due volte su un paccettino auto installante che ha fatto tutto da solo
.....comunque...
...il problema stava nel fatto che il DB si è installato nel mio pb, ma necessita di essere inizializzato e quindi qualsiasi interfaccia grafica per sql scaricassi non trovava il DB.
ora per inizializzare un DB, non so se ho capito bene, ma dovrei cercare la cartella dove si è andato a cacciare.
aprire il terminale in quella cartella....e digitare initdb '?'
..bene io l'ho fatto....sembrava andasse tutto bene ma "bell'é buono" mi da errore:
powerbook-g4-12-di-epifanio:~ epi$ /usr/local/pgsql/bin/initdb -D epidb
The files belonging to this database system will be owned by user "epi".
This user must also own the server process.
The database cluster will be initialized with locale C.
creating directory epidb ... ok
creating directory epidb/global ... ok
creating directory epidb/pg_xlog ... ok
creating directory epidb/pg_xlog/archive_status ... ok
creating directory epidb/pg_clog ... ok
creating directory epidb/pg_subtrans ... ok
creating directory epidb/base ... ok
creating directory epidb/base/1 ... ok
creating directory epidb/pg_tblspc ... ok
selecting default max_connections ... 10
selecting default shared_buffers ... 50
creating configuration files ... ok
creating template1 database in epidb/base/1 ... FATAL: could not create shared memory segment: Cannot allocate memory
DETAIL: Failed system call was shmget(key=1, size=1122304, 03600).
HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space. To reduce the request size (currently 1122304 bytes), reduce PostgreSQL's shared_buffers parameter (currently 50) and/or its max_connections parameter (currently 10).
The PostgreSQL documentation contains more information about shared memory configuration.
child process exited with exit code 1
initdb: removing data directory "epidb"
powerbook-g4-12-di-epifanio:~ epi$
come al solito dice di andarsi a vedere la documentazione
io lo sto facendo...
nessuno di voi si è trovato mai alle prese con un DB tipo postgresql (ma penso che sia lo stesso anche per altri db)????
grazie per l'aiuto!