You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that GUC variables can be set at database or role level:
testdb=# ALTER DATABASE testdb SET pgmemcache.default_servers='localhost:11211';
ALTER DATABASE
testdb=# SELECT memcache_get('C22072631');
ERROR: pgmemcache: memcached_get: NO SERVERS DEFINED
testdb=# ALTER ROLE teo SET pgmemcache.default_servers='localhost:11211';
ALTER ROLE
testdb=# SELECT memcache_get('C22072631');
ERROR: pgmemcache: memcached_get: NO SERVERS DEFINED
The text was updated successfully, but these errors were encountered:
I thought that GUC variables can be set at database or role level:
The text was updated successfully, but these errors were encountered: