2
votes
PostgreSQL 8.3 privileges not updated - wrong usage?
\z Shows you table, view, and sequence permissions, for the objects contained within the Database. It does not show permissions on the database itself. If you create a table or some other object w …
1
vote
What language do you use for Postgresql triggers and stored procedures?
For anything really small/simple or that doesn't require a lot of string manipulation or logic, I use plpgsql, because it's fast. For more complex things, I use plperl, because I like it.
…
