Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data - Mailing list pgsql-general

From Gregg Jaskiewicz
Subject Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data
Date
Msg-id CAJY59_hqOKc8_yof0cMGFrDGUQ0LbtOtWCXUTS1_TNgyZB60-Q@mail.gmail.com
Whole thread Raw
In response to Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data  (Reid Thompson <Reid.Thompson@ateb.com>)
List pgsql-general
for the future it is better to just use text type, and: check
length(field) < 35;

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: are there any methods to disable updating index before inserting large number tuples?
Next
From: khizer
Date:
Subject: pg_standby for postgresql8.2