Primary interactive shell for PostgreSQL.
How do I list all extensions that are already installed in a database or schema from psql? See also Finding …
postgresql psql postgresql-extensionsI installed PostgreSQL via the graphical install on http://www.postgresql.org/download/macosx/ I see it in my applications …
macos bash postgresql psqlI am trying to automate a set of procedures that create TEMPLATE databases. I have a set of files (file1, …
bash postgresql psqlI was attempting to use Dynamic SQL to run some queries in postgres. Example: EXECUTE format('SELECT * from result_%s_…
postgresql dynamic-sql psqlIs the default way of calling a function select * from my_function()? I ask because I have built a function …
postgresql psqlI want to get a list of users for a certain database in psql - for example "template0". Who are …
postgresql privileges psqlI just installed posgresql with homebrew and when I go on to type the command psql I get the following …
postgresql psql libreadlineI've got this PL/pgSQL function which must return some users information. CREATE OR REPLACE FUNCTION my_function( user_id …
postgresql function stored-procedures plpgsql psqlA password is visible in my psql prompt (by pushing up arrow to view previous inputted commands). So I would …
postgresql psql