Search
 
SCRIPT & CODE EXAMPLE
 

SQL

postgresql list users

postgres=# du
Comment

how to know the username of postgresql

SELECT current_user,
       user,
       session_user,
       current_database(),
       current_catalog,
       version();
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql how to change default charset 
Sql :: vacuum table postgres 
Sql :: media sql 
Sql :: sql rank 
Sql :: query saurce oracle 
Sql :: coalesce postgresql 
Sql :: pl sql ptint 
Sql :: insert value in identity 
Sql :: docker run postgres locally 
Sql :: postgres set default value 
Sql :: begin transaction in sql 
Sql :: order by oracle 
Sql :: sql string data type 
Sql :: get name of day in sql 
Sql :: execute mysql file 
Sql :: sql update null values 
Sql :: mysql limit rows 
Sql :: mysql add text to existing field 
Sql :: date between in mysql 
Sql :: postgresql get difference between two dates 
Sql :: postgres delete all tables 
Sql :: sqlalchemy join on column 
Sql :: How do I modify a MySQL column to allow NULL? 
Sql :: ms sql create user 
Sql :: postgresql set auto increment value 
Sql :: check if string contains substring sql 
Sql :: mysql dump specific tables 
Sql :: mysql date range 
Sql :: show all event schedular on mysql 
Sql :: add primary key with auto increment to existing table column mysql 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =