Re: PostgresSQL 9.2 Installation

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: PostgresSQL 9.2 Installation
Дата
Msg-id 511B8E85.2040603@iol.ie
обсуждение исходный текст
Ответ на PostgresSQL 9.2 Installation  (Vanukuri Pravallika <vanukuri.pravallika@tcs.com>)
Список pgadmin-support
On 13/02/2013 07:27, Vanukuri Pravallika wrote:
> Hi Team,
>  
> I have installed "PostgreSQL 9.2 in my local machine". And I am trying
> to execute the below statement.
> statement:
> "*DECLARE v_num number".*
>  
> And I am getting the below error:
> * type "number" does not exist.*
> 
> And its not supporting any oracle data types functions.As I
> knew "PostgressSQL9.2" supports pl/sql data types and functions.
> 
>  Kindly suggest what can be the issue and how to go about it  

You probably want the NUMERIC type. The data types available in pl/pgsql
are the same as for plain SQL:
 http://www.postgresql.org/docs/9.2/static/datatype.html

Ray.


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



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

Предыдущее
От: Vanukuri Pravallika
Дата:
Сообщение: PostgresSQL 9.2 Installation
Следующее
От: "Little, Douglas"
Дата:
Сообщение: query saved during crash