I need to send data via http protocol (GET or POST request) from the function or trigger. Is it possible?
You could try writing the trigger in PL/Python and use urllib2 to POST.
What's the equivalent to show tables (from MySQL) in PostgreSQL?
How do I change the password for PostgreSQL user?
How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?