আমি এই নির্দেশাবলী অনুসরণ করছি , তবে আমি কেবল 17.2 ধাপে যেতে পারি।
সাফল্যের সাথে পোস্টগ্র্যাস্কেল ইনস্টল করা সত্ত্বেও
sudo apt-get install postgresql
কমান্ড, চলমান উপর
initdb -D /usr/local/pgsql/data
উবুন্টু আমাকে বলে যে এটি 'initdb' ইনস্টল করা হয়নি। নির্দেশাবলী আমাকে বলুন এই আদেশটি দ্বারা ইনস্টল করা আছে
sudo apt-get install postgresql
তো কেমন যাচ্ছে? পোস্টগ্র্রেস-এক্সসি ইনস্টল করে আমি ডিআইডিডিবি উপলব্ধ করতে পারি তবে আমার মনে হয় পোস্টগ্র্রেস-এক্সসি কিছু অদ্ভুত তৃতীয় পক্ষের জঞ্জাল, এবং এটি নির্দেশাবলীতে বিশদ নয়। কোন ধারনা?
Please note that you can of course also use the upstream tools for creating clusters, such as initdb(1). However, please note that in this case you cannot expect *any* of above pg_* tools to work, since they use different configuration settings and file locations. If in doubt, then do *not* use initdb, but only pg_createcluster. Since merely installing postgresql-X.Y will already set up a default cluster which is ready to work, most people do not need to bother about initdb or pg_createcluster at all.