Re: [ADMIN] Function Parameter Problem

2006-02-20 Thread Milorad Poluga
Thank you all for suggestions and links. Currently, I am working on  PostgreSQL 8.0.4., so I cannot use justify_*() functions. Regards, Milorad Poluga [EMAIL PROTECTED] ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [ADMIN] Function Parameter Problem

2006-02-19 Thread fathur rohman
Thanks Tom i'll try it. Send instant messages to your online friends http://uk.messenger.yahoo.com ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [ADMIN] Function Parameter Problem

2006-02-18 Thread Tom Lane
fathur rohman <[EMAIL PROTECTED]> writes: > i'v finished creating function generate_sjno(str_no > char(12), int_reset int2). > when it called an error message raised, this is the > illustration: > baisdb=> select generate_sjno('20060130',6); > ERROR: function generate_sjno("unknown", integer) >

[ADMIN] Function Parameter Problem

2006-02-17 Thread fathur rohman
Hi Every Body, i'v finished creating function generate_sjno(str_no char(12), int_reset int2). when it called an error message raised, this is the illustration: baisdb=> select generate_sjno('20060130',6); ERROR: function generate_sjno("unknown", integer) does not exist HINT: No function matche