How can I list the function.

Поиск
Список
Период
Сортировка
От Harvey, Allan AC
Тема How can I list the function.
Дата
Msg-id E97A5BB7699CAD48BE2711E7124711652A2BFB@ntlmsg03.onesteel.com
обсуждение исходный текст
Ответы Re: How can I list the function.  ("Shoaib Mir" <shoaibmir@gmail.com>)
Re: How can I list the function.  (Adrian Klaver <aklaver@comcast.net>)
Список pgsql-general
I know the function is there.
What am I doing wrong?

galvdb=# 
galvdb=# \df+ delete_old
                                           List of functions
 Result data type | Schema | Name | Argument data types | Owner | Language | Source code | Description 
------------------+--------+------+---------------------+-------+----------+-------------+-------------
(0 rows)

galvdb=# select delete_old();
 delete_old 
------------
        482
(1 row)

galvdb=# select version();
                                       version                                       
-------------------------------------------------------------------------------------
 PostgreSQL 8.2.0 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.3 (SuSE Linux)
(1 row)

galvdb=# 


The material contained in this email may be confidential, privileged or copyrighted. If you are not the intended
recipient,use, disclosure or copying of this information is prohibited. If you have received this document in error,
pleaseadvise the sender and delete the document. Neither OneSteel nor the sender accept responsibility for any viruses
containedin this email or any attachments.
 

В списке pgsql-general по дате отправления:

Предыдущее
От: "Hakan Kocaman"
Дата:
Сообщение: Functions, composite types and Notice
Следующее
От: "Shoaib Mir"
Дата:
Сообщение: Re: How can I list the function.