| From: | "Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th> |
|---|---|
| To: | <mike(at)fuhr(dot)org> |
| Cc: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: How can I use large object on PostgreSQL Linux |
| Date: | 2005-02-09 04:26:23 |
| Message-ID: | s209f388.023@jupiter.nsasia.co.th |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I don't sure. However It maybe possibled cause I use PostgreSQL 8 RC1
with pgAdmin.
>>> Michael Fuhr <mike(at)fuhr(dot)org> 09-Feb-05 11:22 AM >>>
On Tue, Feb 08, 2005 at 02:55:01PM +0700, Premsun Choltanwanich wrote:
> From my first information, I got 3 errors /lo, /dbsize and /admin.
That
> mean now only /admin that I cannot found anywhere.
>
> I still try to find it. If anybody know more information about
/admin
> (in Windows is admin.dll) please tell me.
I wonder if admin is pgadmin-tools.
http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin-tools/
What does the query below show on the Windows box? If it shows the
same
functions listed in pgadmin-tools/support/admin.sql.in then you might
need to install pgadmin-tools to make the systems identical (although
you might not actually need pgadmin-tools for its functionality).
SELECT proname, oidvectortypes(proargtypes) AS argtypes
FROM pg_proc
WHERE probin LIKE '%admin%';
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-02-09 05:02:53 | Re: Connect By for 8.0 |
| Previous Message | Michael Fuhr | 2005-02-09 04:22:13 | Re: How can I use large object on PostgreSQL Linux |