PostgreSQL overview in Tamil



PostgreSQL overview in Tamil

PostgreSQL overview in Tamil

PostgreSQL is a general purpose and object-relational database management system, the most advanced open source database system.
PostgreSQL was designed to run on UNIX-like platforms. However, PostgreSQL was then also designed to be portable so that it could run on various platforms such as Mac OS X, Solaris, and Windows.
PostgreSQL supports four standard procedural languages (which allows the users to write their own code which can be executed by database server) – PL/pgSQL, PL/Tcl, PL/Perl and PL/Python.
PostgreSQL is designed to be extensible. In PostgreSQL, you can define your own data types, index types, functional languages, etc. If you don’t like any part of the system, you can always develop a custom plugin to enhance it to meet your requirements e.g., adding a new optimizer.
To add additional functionality to PostgreSQL, several extensions can be installed.
Many companies have built products and solutions using PostgreSQL. Some featured companies are Apple, Fujitsu, Red Hat, Cisco, Juniper Network, etc.