Re: [SQL] How to limit access only to certain records?

2012-06-24 Thread Dickson S. Guedes
but after many discussions the conclusion is that since PostgreSQL doesn't support row-level access sepgsql, that is in contrib [1] nowadays, does not support it either. [1] http://www.postgresql.org/docs/9.1/static/sepgsql.html Regards. -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net -

Re: [SQL] Funtion to clean up strings?

2009-02-12 Thread Dickson S. Guedes
p_replace('12-34/ 56(8)',E'[^0-9]','','g'); -- Dickson S. Guedes - mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://planeta.postgresql.org.br -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql