Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

PostgreSQL C language function

C language functions require more work than functions written in other languages. As with all C programs, they must first be compiled. The [Pg.203]

Suppose this code exists in a file bits.c. The following linux commands will process this file and make it useable as a new PostgreSQL function. [Pg.204]

The directories named in these commands are valid for version 8.2 of PostgreSQL running on a Ubuntu linux machine. They may be valid for other distributions of linux, but may need to be adjusted for another installation. [Pg.205]

Returns integer AS bits, ribits set Language c Immutable Strict Comment On Function nbits set(bit) Is number of bits set  [Pg.205]

In functions written in other languages, the code appears in the create command, whether it is written in SQL, plpgsql, plperl, or plpython. For C language functions, the name of the shared object, here bits.so, and the name of the c function, here nbits set are named in the create command. [Pg.205]


See other pages where PostgreSQL C language function is mentioned: [Pg.203]   
See also in sourсe #XX -- [ Pg.117 , Pg.120 , Pg.203 ]




SEARCH



C Function

C language function

Function PostgreSQL

© 2024 chempedia.info