Andrei Antonov (impulsm.work)

Results 2 issues of Andrei Antonov (impulsm.work)

добрый день! подробности можно почитать тут -- http://www.sql.ru/forum/1237974/bag-update-fdw ну или вкрадце напишу что postgres_fdw -- при конструировании REMOTE-запроса -- функция deparseUpdateSql ( https://github.com/postgrespro/postgrespro/blob/PGPRO9_5/contrib/postgres_fdw/deparse.c#L943 ) подставляет только одно условие: ``appendStringInfoString(buf, "...

hi there! https://github.com/firebase/quickstart-python/blob/688fcfa8068dcac67978a171df828c9e77cd320e/messaging/messaging.py#L25-L33 problem is here ------------------- ``` # [START retrieve_access_token] def _get_access_token(): """Retrieve a valid access token that can be used to authorize requests. :return: Access token. """ credentials...