Re: How can I use large object on PostgreSQL Linux - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: How can I use large object on PostgreSQL Linux
Date
Msg-id 20050209042213.GA78215@winnie.fuhr.org
Whole thread Raw
In response to Re: How can I use large object on PostgreSQL Linux  ("Premsun Choltanwanich" <Premsun@nsasia.co.th>)
List pgsql-hackers
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/


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Connect By for 8.0
Next
From: "Premsun Choltanwanich"
Date:
Subject: Re: How can I use large object on PostgreSQL Linux