Hello, I would like to dump all my functions and only the functions from a 
database, how can I do that ??

So far, I can only get it with 

pg_dump -s dossier1|awk '/CREATE FUNCTION/,/LANGUAGE/ { print $0;}' 

Regards,

D.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to