Re: Cleaning up template 1 - Mailing list pgsql-sql

From Arguile
Subject Re: Cleaning up template 1
Date
Msg-id LLENKEMIODLDJNHBEFBOAEHNEHAA.arguile@lucentstudios.com
Whole thread Raw
In response to Re: Cleaning up template 1  ("Arguile" <arguile@lucentstudios.com>)
List pgsql-sql
Arguile wrote:
>     EXECUTE ''DROP '' || obj.type || '' '' || obj.name;

This should be:

EXECUTE ''DROP '' || obj.type || '' "'' || obj.name || ''"'';

As the first one experiences case folding. Sorry about that.




pgsql-sql by date:

Previous
From: "Arguile"
Date:
Subject: Re: Cleaning up template 1
Next
From: "Josh Berkus"
Date:
Subject: Re: Arrays Design Question