Re: Bulk CSV input within the GUI, not from file?

2022-06-11 Thread richard coleman
Jeong-hun Sin, Have you tried just writing one or more INSERT statements in the query tool? In that way you won't need a CSV file and can just type them in the text area as opposed to the data grid. I hope that helps, rik. On Sat, Jun 11, 2022 at 7:18 PM Jeong-hun Sin wrote: > I wanted to in

Bulk CSV input within the GUI, not from file?

2022-06-11 Thread Jeong-hun Sin
I wanted to input some 10 tuples into a simple table. I thought I could do that in a spreadsheet-like GUI as in MS SQL Management Studio, but the UI of PGAdmin was a lot more inconvenient. I looked around and found that it has an "import data" feature. CSV was good-enough but it required the CSV t