Re: createlang

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: createlang
Дата
Msg-id 4301020A.4050701@commandprompt.com
обсуждение исходный текст
Ответ на createlang  (eoghan <postgres@redry.net>)
Ответы Re: createlang  (eoghan <postgres@redry.net>)
Список pgsql-general
eoghan wrote:
> Hello
> Im trying to load plpgsql into my test db... Im wondering if theres a
> way to check if its loaded... I do:
> test-# createlang plpgsql test

createlang is a command line client:

bash# createlang -U postgres -P 5432 plpgsql database

What you are looking for is:

CREATE LANGUAGE.

Sincerely,

Joshua D. Drake





--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

В списке pgsql-general по дате отправления:

Предыдущее
От: CSN
Дата:
Сообщение: Re: converting curly apostrophes to standard apostrophes
Следующее
От: James Cradock
Дата:
Сообщение: Re: createlang