Re: alter table performance - Mailing list pgsql-general

From Jaime Casanova
Subject Re: alter table performance
Date
Msg-id 3073cc9b0912191320x36e4046dm6a528d81741b70ca@mail.gmail.com
Whole thread Raw
In response to Re: alter table performance  (Antonio Goméz Soto<antonio.gomez.soto@gmail.com>)
List pgsql-general
On Sat, Dec 19, 2009 at 4:07 PM, Antonio Goméz Soto
<antonio.gomez.soto@gmail.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

pgsql-general by date:

Previous
From: OpenLink Support
Date:
Subject: Re: Unix ODBC on SPARC 64 bits
Next
From: Ralph Graulich
Date:
Subject: \dt doesn't show all relations in user's schemas (8.4.2)