Dear Users,
I have this problem:
I'm running postgres 7.3 on a linux system...
I have started postmaster with -i option, but when I try to connect to
the server from another computer I obtain:
psql: could not connect to server: Nessuna rotta verso l'host
Is the server running on host "IP.
am Fri, dem 13.10.2006, um 8:52:19 +0200 mailte ivan marchesini folgendes:
> Dear Users,
> I have this problem:
> I'm running postgres 7.3 on a linux system...
Uhm, a very old version...
> I have started postmaster with -i option, but when I try to connect to
> the server from another comput
Dear Andreas,
this is my pg_hba.conf file:
__
# TYPE DATABASEUSERIP-ADDRESSIP-MASK
METHOD
# IPv4-style local connections:
hostallall 127.0.0.1 255.255.255.255 trust
hostallall "my_net
am Fri, dem 13.10.2006, um 11:01:59 +0200 mailte ivan marchesini folgendes:
> Dear Andreas,
> this is my pg_hba.conf file:
> __
> # TYPE DATABASEUSERIP-ADDRESSIP-MASK
> METHOD
>
> # IPv4-style local connections:
> hostal
Hi, Daniel,
Daniel Drotos wrote:
>> What is it that you're trying to achieve with the ordered delete? Maybe
>> there's a better way to solve your underlying problem.
>
> I've a table which has a field for some info (number) and a date field
> (insertion date) and others.
>
> After inserting new
ivan marchesini <[EMAIL PROTECTED]> writes:
> I have started postmaster with -i option, but when I try to connect to
> the server from another computer I obtain:
> psql: could not connect to server: Nessuna rotta verso l'host
> Is the server running on host "IP." and accepting
>
On 10/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
SELECT id, (SELECT allowed FROM rights WHERE user_id = 1 AND ( (firm_id = projects.firm_id AND project_id = projects.id ANDsubproject_id IS NULL) OR (firm_id =
projects.firm_id AND project_id IS NULL))ORDER BY firm_