Explain about functions in PostgreSQL?
Answer / madhub
Functions are important because they help the code to be executed on the server. Some of the languages which can program functions for efficient use are PL/pgSQL which is the native language of PostgreSQL. Scripting languages are supported by many languages such as PHP, Perl, Python, etc. PL/R a statistical language can also be used.
Is This Answer Correct ? | 0 Yes | 0 No |
What is special about postgresql?
How do you open tables in pgadmin?
Is postgresql faster than mysql?
What is the difference between a primary key and a composite key?
What is medical indexing?
What are the rules of setting a primary key?
How do you delete a column?
How does postgres store data?
What is cluster control?
What are the different data types supported by PostgreSQL?
What is postmaster in postgresql?
What is pgadmin in postgresql?