I found an additional message in the Application Event Log:
2009-04-17 12:05:00 GMT FATAL: could not create lock file
"postmaster.pid": Permission denied
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsq
Bonjour, lorsque je souhaite lancer le logiciel poker tracker une fenêtre
s'affiche et me demande un "password" chose que je n'ai pas..
Pouvez vous m'aider s'il vous plait?
Serveur : localhost
Port : 5432
Database User : postgres
Password :
Merci
_
(linux/Centos 5.2, postgres 84beta1, but also 8.3)
Hello,
I ran into a bug in pg_restore, where it silently omits
to restore a constraint (here a primary key):
(this is 8.4 beta 1, but the same occurs in 8.3)
echo "
drop table if exists public.j;
create table public.j (jnr integer N
"Erik Rijkers" writes:
> I ran into a bug in pg_restore, where it silently omits
> to restore a constraint (here a primary key):
pg_restore's notion of what -t means is very much more restricted than
pg_dump's is. We might change this someday, but don't hold your breath
(ie, it's a missing featu