Posts by Tiago Casanova • 131 points
2 posts
- 
		10 votes3 answers10991 viewsQ: How to escape quotes in Postgresql?I have a postgresql function function f_criaproduto(p_texto text), I have to go this way f_criaproduto(' meu produto é 'televisao' da melhor qualidade'). How can I escape the quotation marks in the… 
- 
		3 votes1 answer5437 viewsQ: How to call a Postgresql 9.1 function?I have a function: CREATE OR REPLACE FUNCTION f_2(p_vetoratributos text[], p_vetorvalores numeric[]) I’m trying to call: SELECT f_2('{"0","0","0"}', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13}') But he’s… postgresqlasked Tiago Casanova 131