| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
| Cc: | Suporte <Suporte(at)wwrent(dot)com(dot)br>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: The " \! " and " \l " commands |
| Date: | 2002-02-01 22:36:53 |
| Message-ID: | 13450.1012603013@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Oliver Elphick <olly(at)lfix(dot)co(dot)uk> writes:
> Perhaps instead you should look into IP-tunnelling into the PostgreSQL
> server through ssh. I think your aim should be not to run psql on the
> server at all.
I agree. psql is meant to be run by the user, ie with end-user
permissions. Trying to force it to be secure is swimming against
the tide. Run it on the client side with the client's permissions,
or don't use it at all (there are plenty of alternatives...)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Frank Wiles | 2002-02-01 22:45:17 | Re: TODO Perl documentation question |
| Previous Message | Tom Lane | 2002-02-01 21:56:42 | Array slice subscripts (was Re: [SQL] plpgsql function with more than one array argument) |