Re: [GENERAL] creating constants in postgres

2001-04-27 Thread Peter Eisentraut
Thomas F. O'Connell writes: > is there in postgres a way to create a constant like CURRENT_DATE for > general use? Those things are just functions with a special syntax. No, it's not easily possible to create more such functions, but it's easy to create regular functions. -- Peter Eisentraut

[GENERAL] creating constants in postgres

2001-04-26 Thread Thomas F. O'Connell
is there in postgres a way to create a constant like CURRENT_DATE for general use? -tfo ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED]