How you set the application_name attribute for PostgreSQL in Laravel? -


how set application_name defined here http://www.postgresql.org/docs/9.1/static/libpq-connect.html, in laravel? see can "set application_name = 'application'" not work me. tried setting in app/config/database.php file in 'connections' array. doing wrong?


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -