Re: alter role - superuser - permissions
От | Mike |
---|---|
Тема | Re: alter role - superuser - permissions |
Дата | |
Msg-id | CAECVvTWqp0_n5hSG8FgzOsgzYONOX8mQZTuBmYreiFoJ2s2sxg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: alter role - superuser - permissions (Mike <1100100@gmail.com>) |
Список | pgsql-novice |
I didn't get the copy command to work today; however, I did figure out you can copy a massive list of values and put the following command in front and paste that into a psql prompt --- insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); insert into accounts (employ_last, employ_first, service, website, userid, password) VALUES ('aaa','bbb','ccc','ddd','eee','fff'); Noobish, yes; a happy discovery, yes. :-)
В списке pgsql-novice по дате отправления: