[GENERAL] User-Defined Types

2007-07-09 Thread David F. Johnson
Greetings. During the development of a database often there is a need to change a field's declaration from, say, VARCHAR(32) to, say, VARCHAR(64). Having to go through and find all pertinent uses of VARCHAR(32) in the table definitions (where it may be a foreign key) and in functions (where it ma

Re: [GENERAL] "save history" problem

2006-04-25 Thread David F. Johnson
he default. Since the message is benign I'll just ignore it (like Jerry Levan does :) Thanks, David On 4/24/06 1:59 PM, "Martijn van Oosterhout" wrote: > On Sun, Apr 23, 2006 at 09:33:40PM -0400, David F. Johnson wrote: >> Greetings. >> >> Any ideas on ho

[GENERAL] "save history" problem

2006-04-24 Thread David F. Johnson
Greetings. Any ideas on how to resolve this problem: == Welcome to psql 8.1.3, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help with psql commands \g or terminate with semicolon to execute query