Re: Installing support for python on windows - Mailing list pgsql-general

From Tom Lane
Subject Re: Installing support for python on windows
Date
Msg-id 7085.1167605798@sss.pgh.pa.us
Whole thread Raw
In response to Installing support for python on windows  (novnov <novnovice@gmail.com>)
List pgsql-general
novnov <novnovice@gmail.com> writes:
> - Per most docs the installation of a language is done with createlang. I've
> tried many times and cannot get the syntax right. Typically I log in to psql
> in the \bin directory as the main postgres user. After that, a typical
> attempt is looks like this:

> postgres=# createlang 'd:\postgresql\lib\plpython' mydb;

> Typical error is:
> ERROR:  syntax error at or near "createlang"
> LINE 1: createlang d:

createlang is a command-line program, not a SQL command.  You can use
the equivalent CREATE LANGUAGE command if you want to do it from the
SQL prompt.

            regards, tom lane

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Installing support for python on windows
Next
From: Guy Rouillier
Date:
Subject: Re: Database versus filesystem for storing images