|
createlangNamecreatelang — Add a new programming language to a Postgres databasecreatelang [ connection options ] [ langname [ dbname ] ] createlang [ connection options ] --list|-l Inputscreatelang accepts the following command line arguments:
createlang also accepts the following command line arguments for connection parameters:
OutputsMost error messages are self-explanatory. If not, run createlang with the --echo option and see under the respective SQL command for details. Check also under psql for more possibilities. Descriptioncreatelang is a utility for adding a new programming language to a Postgres database. createlang currently accepts two languages, plsql and pltcl. Although backend programming languages can be added directly using several SQL commands, it is recommended to use createlang because it performs a number of checks and is much easier to use. See CREATE LANGUAGE for more. NotesUse droplang to remove a language. UsageTo install pltcl: $ createlang pltcl |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |