Re: alter table performance

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: Antonio Goméz Soto <antonio(dot)gomez(dot)soto(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: alter table performance
Date: 2009-12-19 21:20:24
Message-ID: 3073cc9b0912191320x36e4046dm6a528d81741b70ca@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Dec 19, 2009 at 4:07 PM, Antonio Goméz Soto
<antonio(dot)gomez(dot)soto(at)gmail(dot)com> wrote:
> Hi,
>
> is there a way in sql to dynamically test for version 7.3, so I can run the
>

are you planning to run this many times? what is wrong with making
this manually?
doesn't seem like something to make automatic...

but if you insist in plpgsql you can execute "select version() into
some_text_var" and act acordingly

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2009-12-19 21:35:27 Re: How to use read uncommitted transaction level and set update order
Previous Message Adrian Klaver 2009-12-19 21:09:08 Re: Charset Win1250 on Windows and Ubuntu