INSERT 0 100
https://www.postgresql.org/docs/9.3/sql-insert.html
On successful completion, an INSERT command returns a command tag of the form
INSERT 0 100
https://www.postgresql.org/docs/9.3/sql-insert.html
On successful completion, an INSERT command returns a command tag of the form
when running psql
PGPASSWORD=$PGPASSWORD /usr/bin/psql -h $HOST -U $USERNAME $DATABASE -c "$SQL"
(CREATE UNLOGGED TABLE ....)
could not identify current directory: Numerical result out of range
could not identify current directory: Numerical result out of range
https://git-scm.com/docs/git-stash
git stash
git stash save "some_name" # deprecated use 'git stash push -m "message"'
need S3 access logging to find access denied errors
use jq and aws cli
( echo "Time,Identity ARN,Event ID,Service,Action,Error,Message";
aws cloudtrail lookup-events --start-time "2019-10-29T06:40:00Z" --end-time "2019-10-29T06:55:00Z" --query "Events[*].CloudTrailEvent" --output text \