mla

Results 70 comments of mla

You actually should be able to use a regex, I believe. It will be anchored at the beginning and end, and you must match both the schema and table name,...

These look like great changes, @andilabs. Why was --password option added to pg_dump?

I saw your comment on the change. Just wondering if it's actually necessary since pg_dump says: ``` --password Force pg_dump to prompt for a password before connecting to a database....

Hey @andilabs. Doing okay, thanks. Hope you are too. Yes, sorry for the delay on this. Will target this weekend.

@andilabs can you explain what issue you hit with the COPY being error prone? Or even better, an example test case? From the project dir, you should be able to...

Also, I would rather we not add the --password option to the pg commands. The pg_dump docs state, for example: ``` -W --password Force pg_dump to prompt for a password...

I guess there's no great way to pass the password securely. There is a PGPASSWORD env var but it's not recommended to use. There's a PGPASSFILE var that we could...

> @mla Will this one get merged? What features from this are you looking for? Are you hitting a problem?

Hey, @andilabs! Great, thank you. Sorry for the delay in responding, I've been traveling. I'll take a look asap. Offhand, my only concern is backwards compatibility if we're changing the...