Hi, can anyone help me to understand from which table below query fetches information from. Query: select getpgusername(), current_database(), current_user, session_us...
Yes. Temp table is created by one user say person A and some other person say B has to increase column length. In this case can person B view and update temp table created...
Basically temp table is session oriented and cant view /query that temp table. So Can't we update temp table column length in postgres ?
This my case. Any resolution for above ? Greatly appreciated.
Hi, what is unsalted hash in postgres. ?