File: privilege.out

package info (click to toggle)
pgtt 4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: ansic: 1,547; sql: 569; makefile: 27; sh: 1
file content (36 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CREATE ROLE
CREATE EXTENSION
GRANT
DO
You are now connected to database "gtt_privilege" as user "pgtt_user1".
    search_path     
--------------------
 public,pgtt_schema
(1 row)

CREATE TABLE
   nspname   |      relname      | preserved |         code         
-------------+-------------------+-----------+----------------------
 pgtt_schema | t_glob_temptable1 | t         | id integer, lbl text
(1 row)

INSERT 0 1
INSERT 0 1
   nspname   |      relname      
-------------+-------------------
 pgtt_schema | t_glob_temptable1
 pg_temp_4   | t_glob_temptable1
(2 rows)

SET
 id | lbl 
----+-----
(0 rows)

SET
 id | lbl 
----+-----
  1 | One
  2 | two
(2 rows)