| bio | website | |
|---|---|---|
| location | Sao Paulo, Brazil | |
| age | 33 | |
| visits | member for | 10 months |
| seen | Mar 20 at 13:03 | |
| stats | profile views | 2 |
Software craftsman from São Paulo, Brazil
|
Mar 20 |
revised |
How can I specify the position for a new column in PostgreSQL? Formatting |
|
Mar 20 |
suggested | suggested edit on How can I specify the position for a new column in PostgreSQL? |
|
Oct 15 |
revised |
PostgreSQL PITR restore "losing", not "loosing". normalizing time format. |
|
Oct 15 |
suggested | suggested edit on PostgreSQL PITR restore |
|
Sep 13 |
comment |
PostgreSQL hot standby promotion, multiple hot standbys What do you mean by remaster ? |
|
Aug 17 |
accepted | PostgreSQL schemas and search_path |
|
Aug 10 |
comment |
PostgreSQL schemas and search_path I hadn't reconnected yet. Reconnecting psql solved my problem, thanks. Would you write an answer so I can mark it as accepted? |
|
Aug 10 |
awarded | Excavator |
|
Aug 10 |
comment |
PostgreSQL schemas and search_path No, I can't select * from users but I can select * from staging.users. |
|
Aug 10 |
asked | PostgreSQL schemas and search_path |
|
Aug 10 |
awarded | Editor |
|
Aug 10 |
revised |
Concept of Schema in PostgreSQL correct PostgreSQL capitalization |
|
Aug 10 |
suggested | suggested edit on Concept of Schema in PostgreSQL |
|
Aug 10 |
comment |
Creating a bar chart from datatable This looks more lika a programming question then a DBA question, you should ask on stackoverflow instead of dba.SE |
|
Jul 23 |
comment |
remove duplicate rows in mysql table that does not contain primary key The OP is regarding 'toys' and 'Toys' as duplicates, so step 2 (the copy) should be INSERT INTO stage (name) SELECT lower(name) FROM item GROUP BY lower(name); |
|
Jul 23 |
comment |
How to troubleshoot COPY FROM inserting less rows then expected? Nevermind, the COPY FROM went ok, that's why no errors were reported. wc -l was wrong. |
|
Jul 23 |
comment |
How to troubleshoot COPY FROM inserting less rows then expected? That was it, the file contains some newlines inside some fields. They are surrounded by ", do you have any suggestion for dealing with this problem? |
|
Jul 23 |
accepted | How to troubleshoot COPY FROM inserting less rows then expected? |
|
Jul 20 |
asked | How to troubleshoot COPY FROM inserting less rows then expected? |
|
Jul 19 |
awarded | Scholar |