Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

On my postgresql database, i've declared all String field as

character(n)

Now i have some function that takes string argument as

carchar(n)

are this two datatype compatible or should i change type in function or in table declarement?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.