Re: Using a preprocessor for constants in SQL - Mailing list pgsql-novice

From Arthur van Dorp
Subject Re: Using a preprocessor for constants in SQL
Date
Msg-id 420386C6.3010107@gmx.net
Whole thread Raw
In response to Re: Using a preprocessor for constants in SQL  (Arthur van Dorp <arthur_vd@gmx.net>)
Responses Re: [despammed] Re: Using a preprocessor for constants in SQL  (Andreas Kretschmer <akretschmer@despammed.com>)
List 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


pgsql-novice by date:

Previous
From: "Oisin Glynn"
Date:
Subject: Re: Calling psql from a bat file on windows?
Next
From: Andreas Kretschmer
Date:
Subject: Re: [despammed] Re: Using a preprocessor for constants in SQL