Обсуждение: how to find multi-byte is enabled or not for 7.2.3

Поиск
Список
Период
Сортировка

how to find multi-byte is enabled or not for 7.2.3

От
"Somasekhar Bangalore"
Дата:
Hi All,

I have 7.2.3 postgres database running. how to find that the multi-byte is enabled or not for my database.




Regards,
Somasekhar Bangalore
Principal Software Engineer
ZenSutra Software Technologies Pvt. Ltd.
Suite 601, HM Geneva House
#14, Cunningham Road
Bangalore 560-052, India

Ph:+91-80-235-0481
Fax:+91-80-235-0486
Email: sbangalore@zensutra.com

Weaving the knowledge tapestry'


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Saturday, August 30, 2003 2:55 AM
To: Haron, Charles
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Define function with no return value?


"Haron, Charles" <Charles.Haron@Cognitive.com> writes:
> Is it posible to define a function with no return value?

In recent versions you can say RETURNS VOID.

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


Re: how to find multi-byte is enabled or not for 7.2.3

От
"A.Bhuvaneswaran"
Дата:
> I have 7.2.3 postgres database running. how to find that the multi-byte
> is enabled or not for my database.

You should have used --enable-multibyte option during configure. If you
had, you can use 'pg_config --configure' to ensure it.

regards,
bhuvaneswaran