I am porting a legacy product over to Linux and its database over to postgres. Some of its data stored in varchars makes use a control character (ASCII 4) in the data.
Are there any constraints or issues I need to be aware of when storing any control characters in postgres varchars?.
Thanks.