Re: COMO LISTAR TODAS LAS TABLAS DE UNA BASE DE DATOS Y PROCEDIMIENTOS ALMACENADOS

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: LIZETH ANGHELA SIRPA CACERES <angheliz(at)gmail(dot)com>
Cc: iescriva <iescriva(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: COMO LISTAR TODAS LAS TABLAS DE UNA BASE DE DATOS Y PROCEDIMIENTOS ALMACENADOS
Date: 2007-11-19 17:34:06
Message-ID: 20071119173406.GG18602@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

LIZETH ANGHELA SIRPA CACERES escribió:
> Si modifico la tabla pg_catalog.pg_proc en el campo donde ese almacena la
> funcion se modificara toda la funcion o es que se guarda en otra tabla mas?

No modifiques pg_proc directamente. Si quieres modificar una funcion,
usa CREATE OR REPLACE FUNCTION.

--
Alvaro Herrera http://www.flickr.com/photos/alvherre/
Hi! I'm a .signature virus!
cp me into your .signature file to help me spread!

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Conrado Blasetti 2007-11-19 22:25:26 Saber cantidad de minutos de una hora dada
Previous Message LIZETH ANGHELA SIRPA CACERES 2007-11-19 17:28:17 Re: COMO LISTAR TODAS LAS TABLAS DE UNA BASE DE DATOS Y PROCEDIMIENTOS ALMACENADOS