Re: Using a preprocessor for constants in SQL

From: Arthur van Dorp <arthur_vd(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Using a preprocessor for constants in SQL
Date: 2005-02-04 14:29:26
Message-ID: 420386C6.3010107@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> Uh, ok, bad wording. It's more about easily changing the values during
> testing so that I can use the refined code to deploy it. So it's about
> ease of change during development, not in the production stage.

I could probably use "CREATE TYPE" to do something like this. But that
wouldn't be very portable.

Arthur

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2005-02-04 14:38:37 Re: [despammed] Re: Using a preprocessor for constants in SQL
Previous Message Oisin Glynn 2005-02-04 14:18:47 Re: Calling psql from a bat file on windows?