Re: How to create c language in postgresql database. Thanks. - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: How to create c language in postgresql database. Thanks.
Date
Msg-id 4FD77DB5.5020706@iol.ie
Whole thread Raw
In response to How to create c language in postgresql database. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
Responses Re: How to create c language in postgresql database. Thanks.
List pgsql-general
On 12/06/2012 17:53, leaf_yxj wrote:
> I need to create  c language in the postgresql database. I only know
> to create as follows.
>
> Create language c ;
>
>
> Is there anything else I need to do before I create the C language?

Hello Grace,

C isn't available (AFAIK) as a procedural language; however, you have a
wide choice of other languages to choose from - see the docs under
"Server programming" for some of them.

In fact, C is the language used to write PostgreSQL.

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Alex Good
Date:
Subject: Recovery continually requests new WAL files
Next
From: Alexander Farber
Date:
Subject: How to declare return type for a function returning several rows and columns?