Re: How to create c language in postgresql database. Thanks.

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: leaf_yxj <leaf_yxj(at)163(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to create c language in postgresql database. Thanks.
Date: 2012-06-12 17:34:45
Message-ID: 4FD77DB5.5020706@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2012-06-12 17:45:00 How to declare return type for a function returning several rows and columns?
Previous Message leaf_yxj 2012-06-12 16:53:44 How to create c language in postgresql database. Thanks.