Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Дата
Msg-id 9837222c0911240138y19437e54xd80886a88677d896@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Список pgadmin-hackers
On Tue, Nov 24, 2009 at 10:19, Dave Page <dpage@pgadmin.org> wrote:
> On Tue, Nov 24, 2009 at 9:14 AM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>
>> Unfortunately, yesterday evening, I had a big fight with it. I tried the "git
>> rebase git-svn --interactive", and I did a big mistake (IIRC, I tried to
>> squash the first commit, which it didn't like at all). I didn't find a way to
>> fix my mistake, so I had to "git svn clone" once again (which, BTW, is a
>> really long, long operation).
>
> Yeah, it is. I've never actually tried an interactive rebase. I
> normally just 'git stash', then 'git svn rebase' and then 'git stash
> apply'. I'm still a relative git newbie though - there may be better
> ways to drive it.

You really should check out the interactive rebase. It's awesome, once
you use it right.

But as Guillaume says, don't try to rebase your first commit.

Guillaume - you shouldn't have needed that, ever. Worst case, you
would've had to drop your local branch and create a new one. Or did
you try to do the rebase on the *svn* branch? You should never to it
on that one - only on your local branches.


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT