Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: view function on pg_toast


  • From: Mihail Nasedkin <m(dot)nasedkin(dot)perm(at)mail(dot)ru>
  • To: bandeng <postgredb(at)gmail(dot)com>
  • Cc: pgsql-sql(at)postgresql(dot)org
  • Subject: Re: view function on pg_toast
  • Date: Wed, 23 Mar 2005 10:01:03 +0500
  • Message-id: <6843119421.20050323100103@mail.ru> <text/plain>

Hello, bandeng.

March, 23 2005, 8:39:31:

b> hello guys,

b> I need help.  I have functions but it is saved to pg_toast, when I
b> dump the database, the function from pg_toast is not copied. so is
b> there any sql or syntax to view function data ?


xxx:=\d pg-catalog.pg_proc

xxx:=select procsrc from pg-catalog.pg_proc where proname=... and
pronamespace=...;


-- 
Regards,
 Mihail Nasedkin                         mailto:m(dot)nasedkin(dot)perm(at)mail(dot)ru




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group