[ADMIN] Grant rule???

1999-09-20 Thread hal Lynch
In the following grant statement what does rule mean? The manual page was no help?! grant rule on table to someone; hal

Re: [ADMIN] Grant rule???

1999-09-20 Thread Xing Banghe
under psql you can get help for SQL statement grant. grant rule on table to someone menas you grant someone on the table previlige: RULE. RULE has special meaning. Other previliges you can grant are: select, delete, update --Banghe hal Lynch wrote: > In the following grant statement what do

[ADMIN] Cannot connect to server.

1999-09-20 Thread Andrew Higgs
Hi all, I am writing a program in Delphi which connects to my linux postgres box (6.5.1). This was working just fine until the power fail three times in one night. I now get 'Key violation. Could not connect to server. Could not connect to remote socket. Alias: Aliasname' I can use psql on the s

Re: [ADMIN] Cannot connect to server.

1999-09-20 Thread Xing Banghe
make sure the postmaster on postgres server is running. You can check if it is listening: netstat -an | grep 5432 --Banghe Andrew Higgs wrote: > Hi all, > > I am writing a program in Delphi which connects to my linux postgres box > (6.5.1). This was working just fine until the power fail thre